- C0 - Class in org.apache.river.test.impl.outrigger.javaspace05
-
The tests in this package use 3 hierarchies of entry classes, A, B,
and C.
- C0() - Constructor for class org.apache.river.test.impl.outrigger.javaspace05.C0
-
- cache - Variable in class org.apache.river.test.impl.servicediscovery.event.AddListenerEvent
-
- cache - Variable in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- cache - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace
-
- cache - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupTaskRace
-
- cache - Variable in class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace
-
- cache - Variable in class org.apache.river.test.impl.servicediscovery.event.ReRegisterGoodEquals
-
- cache - Variable in class org.apache.river.test.spec.servicediscovery.cache.CacheLookup
-
- cache - Variable in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
- cacheDelay - Variable in class org.apache.river.test.spec.servicediscovery.cache.CacheLookup
-
- cacheDelay - Variable in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
- CacheDiscard - Class in org.apache.river.test.spec.servicediscovery.cache
-
This class verifies that the discard method of the
LookupCache operates as specified.
- CacheDiscard() - Constructor for class org.apache.river.test.spec.servicediscovery.cache.CacheDiscard
-
- CacheLookup - Class in org.apache.river.test.spec.servicediscovery.cache
-
With respect to the lookup method defined by the
LookupCache interface, this class verifies that the
version that returns a single instance of ServiceItem
operates as specified when invoked under the following condition:
template matching performed by the service discovery manager is
based on service type only
the lookup cache applies no first-stage filtering to the results
of the template matching
the lookup method of the lookup cache applies no second-stage
filtering to the results of the template matching; that is, null
is input as the filter parameter of the lookup method
ServiceItem lookup(ServiceItemFilter filter);
- CacheLookup() - Constructor for class org.apache.river.test.spec.servicediscovery.cache.CacheLookup
-
- CacheLookupFilterFilter - Class in org.apache.river.test.spec.servicediscovery.cache
-
With respect to the lookup method defined by the
LookupCache interface, this class verifies that the
version that returns a single instance of ServiceItem
operates as specified when invoked under the following condition:
template matching performed by the service discovery manager is
based on service type only
the lookup cache applies first-stage filtering to the results
of the template matching
the lookup method of the lookup cache applies second-stage
filtering to the results of the template matching and the
first-stage filtering
ServiceItem lookup(ServiceItemFilter filter);
- CacheLookupFilterFilter() - Constructor for class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterFilter
-
- CacheLookupFilterNoFilter - Class in org.apache.river.test.spec.servicediscovery.cache
-
With respect to the lookup method defined by the
LookupCache interface, this class verifies that the
version that returns a single instance of ServiceItem
operates as specified when invoked under the following condition:
template matching performed by the service discovery manager is
based on service type only
the lookup cache applies first-stage filtering to the results
of the template matching
the lookup method of the lookup cache applies no second-stage
filtering to the results of the template matching and the
first-stage filtering; that is, null is input as the filter
parameter of the lookup method
ServiceItem lookup(ServiceItemFilter filter);
- CacheLookupFilterNoFilter() - Constructor for class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterNoFilter
-
- CacheLookupNoFilterFilter - Class in org.apache.river.test.spec.servicediscovery.cache
-
With respect to the lookup method defined by the
LookupCache interface, this class verifies that the
version that returns a single instance of ServiceItem
operates as specified when invoked under the following condition:
template matching performed by the service discovery manager is
based on service type only
the lookup cache applies no first-stage filtering to the results
of the template matching
the lookup method of the lookup cache applies second-stage
filtering to the results of the template matching
ServiceItem lookup(ServiceItemFilter filter);
- CacheLookupNoFilterFilter() - Constructor for class org.apache.river.test.spec.servicediscovery.cache.CacheLookupNoFilterFilter
-
- CacheTerminateSemantics - Class in org.apache.river.test.impl.servicediscovery.cache
-
With respect to the current implementation of the LookupCache
interface returned by the createLookupCache method of the
current implementation of the ServiceDiscoveryManager utility,
this class verifies that - except for the terminate method
itself - if any of the public methods of the lookup cache are invoked
after that cache has been terminated, an IllegalStateException
results.
- CacheTerminateSemantics() - Constructor for class org.apache.river.test.impl.servicediscovery.cache.CacheTerminateSemantics
-
- call(String, SlaveRequest) - Static method in class org.apache.river.qa.harness.SlaveTest
-
Utility method to send a SlaveRequest message
to a SlaveTest instance.
- callAfterUnexport() - Method in interface org.apache.river.test.impl.end2end.e2etest.CoreInterface
-
Called after an unexport is performed to verify
that the remote service is no longer reachable.
- callAfterUnexport() - Method in interface org.apache.river.test.impl.end2end.e2etest.SmartInterface
-
A method to be called after an unexport has occured.
- callback - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- callbackJM - Variable in class org.apache.river.test.spec.joinmanager.GetJoinSetCallback
-
- callConstructor(Object, Object, String[]) - Method in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
Run ConfigurationFile constructor for valid test case.
- callConstructor(int, String, Class[], InvocationConstraints) - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
Run MethodDesc constructor for valid test case.
- callConstructor() - Method in class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest.TestCase
-
- callConstructor(Object, InvocationConstraint[], Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ConstructorsTest
-
This method invokes the constructor
'public ConstraintAlternatives(InvocationConstraint[] constraints)' and
checks the result.
- callConstructor(Object, Collection<InvocationConstraint>, Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ConstructorsTest
-
This method invokes the constructor
'public ConstraintAlternatives(Collection c)' and checks the result.
- callConstructor() - Method in class org.apache.river.test.spec.constraint.coreconstraint.DelegationTimeConstructorsTest.TestCase
-
- callConstructor(Object, InvocationConstraint, InvocationConstraint) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConstructorsTest
-
This method invokes constructor and checks the result.
- callConstructor(Object, InvocationConstraint[], InvocationConstraint[], Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConstructorsTest
-
This method invokes constructor and checks the result.
- callConstructor(Object, Collection, Collection, Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConstructorsTest
-
This method invokes constructor and checks the result.
- callConstructor(Object, X500Principal, Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalConstructorsTest
-
This method invokes constructor and checks the result.
- callConstructor(Object, X500Principal[], Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalConstructorsTest
-
This method invokes constructor and checks the result.
- callConstructor(Object, Collection, Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalConstructorsTest
-
This method invokes constructor and checks the result.
- callConstructor(Object, Class[], Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalTypeConstructorsTest
-
This method invokes the constructor specified by the Test Case and checks
the result.
- callConstructor(Object, Collection, Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalTypeConstructorsTest
-
- callConstructor(int, boolean, MethodConstraints, Permission[]) - Method in class org.apache.river.test.spec.security.basicproxypreparer.Equals_Test
-
Run BasicProxyPreparer constructor for valid test case.
- callDoPrivileged(PrivilegedExceptionAction) - Method in class org.apache.river.test.spec.security.security.DoPrivilegedExceptionTest
-
Invokes 'Security.doPrivileged(PrivilegedExceptionAction)' method with
given argument.
- callDoPrivileged(PrivilegedAction) - Method in class org.apache.river.test.spec.security.security.DoPrivilegedTest
-
Logs incoming action and call FakeCaller's method.
- callDoPrivileged(PrivilegedAction) - Static method in class org.apache.river.test.spec.security.util.FakeCaller
-
Invokes 'Security.doPrivileged(PrivilegedAction)' method with given
argument.
- callDoPrivileged(PrivilegedExceptionAction) - Static method in class org.apache.river.test.spec.security.util.FakeCaller
-
Invokes 'Security.doPrivileged(PrivilegedExceptionAction)' method with
given argument.
- called(Method, Object, Object[]) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ExportTest_CustomParams.Collector
-
- called(Method, Object, Object[]) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_ForceFalse.TransportListenerHelper
-
- called(Method, Object, Object[]) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_ForceTrue.TransportListenerHelper
-
- called(Method, Object, Object[]) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_InProgressForceFalse.TransportListenerHelper
-
- called(Method, Object, Object[]) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_InProgressForceTrue.TransportListenerHelper
-
- called(Method, Object, Object[]) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETransportListener
-
- called(Method, Object, Object[]) - Method in interface org.apache.river.test.spec.jeri.basicjeriexporter.util.TransportListener
-
- called(String) - Method in class org.apache.river.test.spec.jeri.connection.ConnectionManagerTest
-
- called(String) - Method in class org.apache.river.test.spec.jeri.connection.ServerConnectionManagerTest
-
- called(String) - Method in class org.apache.river.test.spec.jeri.connection.util.ConnectionTransportListener
-
- called(String) - Method in interface org.apache.river.test.spec.jeri.connection.util.TransportListener
-
- callFakeConstructor(int, boolean, MethodConstraints, Permission[]) - Method in class org.apache.river.test.spec.security.basicproxypreparer.Constructor_Test
-
Run BasicProxyPreparer constructor for valid test case.
- callFakeConstructor(int, boolean, MethodConstraints, Permission[]) - Method in class org.apache.river.test.spec.security.basicproxypreparer.Equals_Test
-
Run BasicProxyPreparer constructor for valid test case.
- callFakeConstructor(int, boolean, MethodConstraints, Permission[]) - Method in class org.apache.river.test.spec.security.basicproxypreparer.GetMethodConstraints_Test
-
Run BasicProxyPreparer constructor for valid test case.
- callFakeConstructor(int, boolean, MethodConstraints, Permission[]) - Method in class org.apache.river.test.spec.security.basicproxypreparer.GetPermissions_Test
-
Run BasicProxyPreparer constructor for valid test case.
- callGetEntry(Configuration, Object, String, String, Class, Object, Object) - Method in class org.apache.river.test.spec.config.abstractconfiguration.GetEntry_Test
-
Call some getEntry method according to the arguments.
- callGetGrants(Class, Principal[], Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getGrants() on DynamicPolicyProvider and if passing
Permission[] p is not null then verify that an array
containing p (granted earlier) is returned.
- callGetGrantsNegative(Class, Principal[], Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getGrants() on DynamicPolicyProvider and if passing
Permission[] p is not null then verify that returned array
does not contain any permissions from Permission[] p.
- callGetGrantsNPE(Class, Principal[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getGrants() on DynamicPolicyProvider and verify that
NullPointerException is thrown.
- callGetPermissions(ProtectionDomain, Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getPermissions() on DynamicPolicyProvider and if passing
Permission[] p is not null then verify that an PermissionCollection
containing p (granted earlier) is returned.
- callGetPermissions(CodeSource, Permission[], boolean, String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getPermissions() on DynamicPolicyProvider and if passing
Permission[] p is not null then verify that an PermissionCollection
containing p (granted earlier) is returned.
- callGetPermissionsNoGranted(CodeSource, Permission[]) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getPermissions() on DynamicPolicyProvider and if passing
Permission[] p is not null then verify that returned
PermissionCollection does not contain any permission from p.
- callGetPermissionsNPD() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call getPermissions() on PolicyFileProvider passing null
as ProtectionDomain and verify that NullPointerException is not thrown;
also verify that returned collection does not contain
any permission.
- callGetPermissionsNPE(CodeSource, String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call getPermissions() on DynamicPolicyProvider and verify that
NullPointerException is thrown.
- callGetPermissionsNPE(CodeSource, String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call getPermissions() on PolicyFileProvider and verify that
NullPointerException is thrown.
- callGrant(Class, Principal[], Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call grant() on DynamicPolicyProvider.
- callGrantNPE(Class, Principal[], Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call grant() on DynamicPolicyProvider and verify that
NullPointerException is thrown.
- callGrantSE(Class, Principal[], Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call grant() on DynamicPolicyProvider and verify that
NullPointerException is thrown.
- callImplies(ProtectionDomain, Permission, boolean, String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call implies() on DynamicPolicyProvider.
- callImplies(ProtectionDomain, Permission, boolean, String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call implies() on PolicyFileProvider.
- callImplies(PermissionCollection, Permission, boolean, String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call implies() on PermissionCollection.
- callImpliesNPE(ProtectionDomain, Permission, String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call implies() on DynamicPolicyProvider and verify that
NullPointerException is thrown.
- callImpliesNPE(ProtectionDomain, Permission, String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call implies() on PolicyFileProvider and verify that
NullPointerException is thrown.
- callMakeAbsolute() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.MakeAbsoluteTest.TestCase
-
Runs makeAbsolute() method to be tested on the constraint.
- callMakeAbsolute() - Method in class org.apache.river.test.spec.constraint.coreconstraint.MakeAbsoluteRelativeTimeTest.TestCase
-
Runs makeAbsolute(long baseTime) method to be tested on the
constraint.
- callMethod() - Method in class org.apache.river.test.spec.constraint.coreconstraint.GetTimeTest.TestCase
-
Runs the method to be tested on the constraint.
- CALLS - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print call entry/return for test method calls
- callTest(InboundAutotRequest) - Static method in class org.apache.river.qa.harness.AutotRequest
-
- callTestHost(OutboundAutotRequest) - Static method in class org.apache.river.qa.harness.AutotRequest
-
- callVerifyCodebaseIntegrity(String, ClassLoader) - Method in class org.apache.river.test.spec.security.security.VerifyCodebaseIntegrityTest
-
Invokes 'Security.verifyCodebaseIntegrity' method with given argument.
- callVerifyObjectTrust(Object, ClassLoader, Collection) - Method in class org.apache.river.test.spec.security.security.VerifyObjectTrustTest
-
Invokes 'Security.verifyObjectTrust' method with given arguments.
- canBatch(Lease) - Method in class org.apache.river.test.impl.mahalo.NoOpLease
-
- canBatch(Lease) - Method in class org.apache.river.test.impl.norm.TestLease
-
- canBatch(Lease) - Method in class org.apache.river.test.share.TestLease
-
- cancel() - Method in class org.apache.river.test.impl.mahalo.NoOpLease
-
- cancel(Uuid) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- cancel() - Method in class org.apache.river.test.impl.norm.BaseOwner
-
- cancel() - Method in class org.apache.river.test.impl.norm.FailingOwner
-
- cancel(int) - Method in interface org.apache.river.test.impl.norm.LeaseBackEnd
-
Called by the lease when its cancel method is called.
- cancel(int) - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
- cancel() - Method in class org.apache.river.test.impl.norm.LeaseOwner
-
The renewal service is canceling the given lease
- cancel() - Method in class org.apache.river.test.impl.norm.RenewAtOwner
-
- cancel() - Method in class org.apache.river.test.impl.norm.RenewingOwner
-
- cancel() - Method in class org.apache.river.test.impl.norm.TestLease
-
- cancel() - Method in class org.apache.river.test.share.BasicLeaseOwner
-
- cancel() - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
The renewal service is canceling the given lease
- cancel() - Method in class org.apache.river.test.share.FailingOwner
-
- cancel(int) - Method in interface org.apache.river.test.share.LeaseBackEnd
-
Called by the lease when its cancel method is called.
- cancel(int) - Method in class org.apache.river.test.share.LeaseBackEndImpl
-
- cancel() - Method in class org.apache.river.test.share.LeaseOwner
-
The renewal service is canceling the given lease
- cancel - Variable in class org.apache.river.test.share.LeaseUsesTestBase
-
- cancel() - Method in class org.apache.river.test.share.OpCountingOwner
-
The renewal service is canceling the given lease
- cancel() - Method in class org.apache.river.test.share.TestLease
-
- cancel() - Method in class org.apache.river.test.share.TrackingOwner
-
- cancelAll() - Method in class org.apache.river.test.impl.mahalo.NoOpLeaseMap
-
- cancelAll(Uuid[]) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- cancelAll(int[]) - Method in interface org.apache.river.test.impl.norm.LeaseBackEnd
-
Called by the lease map when its cancelAll method is called.
- cancelAll(int[]) - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
- cancelAll(int[]) - Method in interface org.apache.river.test.share.LeaseBackEnd
-
Called by the lease map when its cancelAll method is called.
- cancelAll(int[]) - Method in class org.apache.river.test.share.LeaseBackEndImpl
-
- CancelLease - Class in org.apache.river.test.spec.discoveryservice.lease
-
This class determines if the lookup discovery service can, when requested
by a registered client, successfully cancel the lease the service granted
on the registration object through which the client requests the
cancellation.
- CancelLease() - Constructor for class org.apache.river.test.spec.discoveryservice.lease.CancelLease
-
- CancelLeaseMap - Class in org.apache.river.test.spec.discoveryservice.lease
-
This class determines if the lookup discovery service can, when requested
by a registered client, successfully cancel through a single method
invocation a set of "batchable" leases the service granted on a set
of registrations held by the client.
- CancelLeaseMap() - Constructor for class org.apache.river.test.spec.discoveryservice.lease.CancelLeaseMap
-
- cancelTrackedLeases() - Method in class org.apache.river.qa.harness.QATestEnvironment
-
Cancel all Leases that have been tracked by the caller.
- canContainKey(Object) - Method in class org.apache.river.test.impl.mahalo.NoOpLeaseMap
-
- canRun(TestDescription, QAConfig) - Method in interface org.apache.river.qa.harness.ConfigurationVerifier
-
Return an indication of whether the test should be run.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.ListExclusionVerifier
-
Return true if the harness is running in shared VM mode.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SharedVMVerifier
-
Return true if the harness is running in shared VM mode.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipConfigTestVerifier
-
Return false if running in any configuration specified by the
org.apache.river.qa.harness.skipConfigs property.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipDistributedVerifier
-
Return false always.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipLinuxTestVerifier
-
Return false if running on a Linux operating system, which is the case
if the system property "os.name" has the value "Linux".
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipMacTestVerifier
-
Return false if running on a Mac operating system, which is the case
if the system property "java.vendor" contains the value "apple".
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipNonSunJDKTestVerifier
-
Return false if running on a post 1.4.* JDK, which is the case
if java.rmi.server.RemoteObjectInvocationHandler class is defined.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipPostJDK14TestVerifier
-
Return false if running on a post 1.4.* JDK, which is the case
if java.rmi.server.RemoteObjectInvocationHandler class is defined.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipSolarisHttpTestVerifier
-
Return false if running on a Solaris operating system, which is the case
if the system property "os.name" has the value "Solaris", and the
configuration is http.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.SkipTestVerifier
-
Return false always.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.qa.harness.UnsharedVMVerifier
-
Return false if the harness is running in shared VM mode.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.test.impl.joinmanager.TransientModeVerifier
-
Return true if running a transient reggie.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.test.impl.mahalo.ActivatableMahaloVerifier
-
Return false if running a non-activatable mahalo.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.test.impl.mercury.ActivatableMercuryVerifier
-
Return false if running a non-activatable mercury.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.test.impl.outrigger.ActivatableOutriggerVerifier
-
Return false if running a non-activatable outrigger.
- canRun(TestDescription, QAConfig) - Method in class org.apache.river.test.support.FullLoggingVerifier
-
Return false if full logging is turned on.
- case1arg - Variable in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
Test cases that correspond to one argument MethodDesc constructor
- case2arg - Variable in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
Test cases that correspond to two arguments MethodDesc constructor
- case3arg - Variable in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
Test cases that correspond to three arguments MethodDesc constructor
- cases - Variable in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
Test cases description.
- cases - Variable in class org.apache.river.test.spec.security.basicproxypreparer.Constructor_Test
-
Test cases description.
- cases - Variable in class org.apache.river.test.spec.security.basicproxypreparer.Equals_Test
-
Test cases description.
- catchGetPermissions(RuntimeException) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Exception e will be thrown in next call of getPermissions
- catchGrant(RuntimeException) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Exception e will be thrown in next call of grant
- catchSetConstraints(RuntimeException) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Exception e will be thrown in next call of setConstraints
- catchSetConstraints(RuntimeException) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeRemoteMethodControl
-
Exception e will be thrown in next call of setConstraints
- catchVerify(RuntimeException) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Exception e will be thrown in next call of verify
- cCsf - Variable in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Constructed RMIClientSocketFactory or null if none.
- CDPBuilder() - Constructor for class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- changeAll - Variable in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsSome
-
- changeAll - Variable in class org.apache.river.test.spec.locatordiscovery.SetLocatorsReplaceSome
-
- changeAll - Variable in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveSome
-
- changeAll - Variable in class org.apache.river.test.spec.lookupdiscovery.SetGroupsReplaceSome
-
- changeAttrAndVerify() - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
For each registered test service, and for each lookup service with
which each test service is registered, this method "changes" the
associated attribute.
- changeAttributes(ServiceRegistration, Entry[], Entry[]) - Method in class org.apache.river.test.spec.servicediscovery.event.AddAttrServiceChanged
-
Based on the how the current test is to change the service's set of
attribute(s) (modification, replacement, or augmentation), this method
makes the request for the actual change.
- changeAttributes(ServiceRegistration, Entry[], Entry[]) - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
Based on the how the current test is to change the service's set of
attribute(s) (modification, replacement, or augmentation), this method
makes the request for the actual change.
- changeAttributes(ServiceRegistration, Entry[], Entry[]) - Method in class org.apache.river.test.spec.servicediscovery.event.SetAttrServiceChanged
-
Based on the how the current test is to change the service's set of
attribute(s) (modification, replacement, or augmentation), this method
makes the request for the actual change.
- changed(DiscoveryEvent) - Method in class org.apache.river.test.share.BadTestListener
-
- changed(DiscoveryEvent) - Method in class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
- changeGroups(int) - Method in class org.apache.river.test.share.LookupServices
-
- changeGroups(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- charReturn(char) - Method in class org.apache.river.test.spec.activation.util.MethodSetProxy
-
Returns passed c
- charReturn(char) - Method in interface org.apache.river.test.spec.activation.util.RemoteMethodSetInterface
-
- charReturn(char) - Method in interface org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest.FakeRemoteInterface
-
- check(boolean, boolean, boolean, boolean, Throwable, Throwable) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.AbstractInvokeTest
-
Verify that an exception thrown while communicating a remote call
was properly wrapped and re-thrown.
- check(ServiceItem) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter2
-
- check(ServiceItem) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter3
-
- check(ServiceItem) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter3Not2
-
- check(ServiceItem) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter4
-
- check(String, ClassLoader, String[], String, PrintStream) - Static method in class org.apache.river.tool.CheckConfigurationFile
-
Checks the format of a configuration source file.
- check(ConfigurationFile, Properties, ClassLoader, PrintStream) - Static method in class org.apache.river.tool.CheckConfigurationFile
-
Checks the format of a ConfigurationFile.
- check(String, int) - Static method in class org.apache.river.tool.CheckSer
-
Checks the class file directory hierarchy starting from the specified
directory.
- checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
Overridden protected methods that will throw a
configured exception set with the corresponding
"set" method above.
- CheckActivationSystem - Class in org.apache.river.tool.envcheck.plugins
-
Plugin which checks the liveness of the activation system.
- CheckActivationSystem() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckActivationSystem
-
- CheckActivationSystem.CheckActivationTask - Class in org.apache.river.tool.envcheck.plugins
-
subtask to perform the actual check
- CheckActivationTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckActivationSystem.CheckActivationTask
-
- checkAttributes(Set, String) - Method in class org.apache.river.test.share.LookupAttributeAdminTest
-
- CheckCodebase - Class in org.apache.river.tool.envcheck.plugins
-
Plugin which performs a variety of checks on codebase components.
- CheckCodebase() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckCodebase
-
- CheckCodebase.GetURLTask - Class in org.apache.river.tool.envcheck.plugins
-
- CheckConfig - Class in org.apache.river.tool.envcheck.plugins
-
Check the configuration files for services identified by service descriptors
in the service starter configuration.
- CheckConfig() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckConfig
-
- CheckConfig.ConfigTask - Class in org.apache.river.tool.envcheck.plugins
-
Subtask to load the configuration
- CheckConfig.GetGroupsTask - Class in org.apache.river.tool.envcheck.plugins
-
Subtask which obtains all initialLookupGroups entries and
returns them in an array of GroupInfo objects.
- CheckConfigurationFile - Class in org.apache.river.tool
-
Checks the format of the source for a ConfigurationFile.
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.impl.end2end.jssewrapper.ServerEndpointWrapper
-
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestServerEndpoint
-
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.TestServerEndpoint
-
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.connection.util.TestServerEndpoint
-
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.mux.util.TestServerEndpoint
-
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
No-op implementation of interface method.
- checkConstraints(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.util.FakeServerCapabilities
-
Implementation of interface method.
- CheckConstraintsTest - Class in org.apache.river.test.spec.jeri.transport
-
- CheckConstraintsTest() - Constructor for class org.apache.river.test.spec.jeri.transport.CheckConstraintsTest
-
- CheckContextAction - Class in org.apache.river.test.impl.start.aggregatepolicyprovider
-
- CheckContextAction() - Constructor for class org.apache.river.test.impl.start.aggregatepolicyprovider.CheckContextAction
-
- checkContextAction - Static variable in class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContextTest
-
- checkDir - Variable in class org.apache.river.test.share.DestroyTest
-
Do we check to see if the dir has been deleted
- CheckDirTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckPersistence.CheckDirTask
-
- checkElements(PermissionCollection, Permission[], boolean) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Verify that permissions are or are not included in the Enumeration
returned from PermissionCollection.elements().
- checkElementsGetPermissions(Permission[][]) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Iterate over ProtectionDomains and and check for
permissions returned from PermissionCollection.elements().
1.
- checkEquals(GrantPermission[], boolean) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Verify that all of passing GrantPermissions are equal/not equal
each other.
- checker(Collection<InvocationConstraint>, InvocationConstraint) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.CreateTest
-
Verifies the methods specified in the class description in the conditions
when no exception is expected.
- checker(Object, Object, Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.EqualsTest
-
This method verifies equals() method on the objects specified as
arguments.
- checker(Object, Object, Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.HashCodeTest
-
This method verifies hashCode() method on the objects specified as
arguments.
- checker(SerializationAdvancedTest.TestCase) - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest
-
This method checks that serialization for the specified
InvocationConstraint is guaranteed to
produce instances that are comparable with ==.
- checker(InvocationConstraint) - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationTest
-
This method checks that serialization for the specified
InvocationConstraint is guaranteed to
produce instances that are comparable with ==.
- checker(Object, Object, Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.ToStringTest
-
This method verifies toString() method on the objects specified as
arguments.
- checker(Object, Set) - Method in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractImmutableSetTest
-
Checks the object specified as the first argument.
- checker(Object, Object, Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractSimpleTest
-
Abstract method to test objects of the same type.
- checker(ExportPermission[]) - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_Collection
-
- checker(ExportPermission_AbstractTest.TestCase) - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_equals
-
- checker(ExportPermission, String) - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_getActions
-
This method checks that
BasicPermission.getActions() method
run successfully on
ExportPermission objects
(currently returns the empty string "").
- checker(ExportPermission_AbstractTest.TestCase) - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_hashCode
-
- checker(ExportPermission_AbstractTest.TestCase) - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_implies
-
- checker(ExportPermission, String) - Method in class org.apache.river.test.spec.export.exportpermission.Constructors
-
This method checks that ExportPermission object
has been created successfully.
- checker(ExportPermission, String) - Method in class org.apache.river.test.spec.export.exportpermission.Permission_getName
-
This method checks that
Permission.getName() method
run successfully on
ExportPermission objects
(returns the target name of this permission).
- checker(AbstractProvidesIntegrity.TestItem) - Method in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Checking test assertion.
- checker(ComputeDigest.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
Checking test assertion.
- checker(ComputeDigest2Urls.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
Checking test assertion.
- checker(ComputeDigestCodebase.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
Checking test assertion.
- checker(String) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Compare a codebase with the expected one.
- checker(Exception) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Compare a Exception with the expected one.
- checker(AbstractProvidesIntegrity.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Checking test assertion.
- checker(AbstractProvidesIntegrity.TestItem) - Method in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Checking test assertion.
- checker(AbstractProvidesIntegrity.TestItem) - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity
-
Checking test assertion.
- checkException(Collection<InvocationConstraint>, Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.CreateTest
-
Verifies
ConstraintAlternatives.create(Collection)
method when exception is expected.
- checkException(InvocationConstraint[], Class) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.CreateTest
-
Verifies
ConstraintAlternatives.create(InvocationConstraint[])
method when exception is expected.
- checkFile(String, String) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Check for the existence of a file identified by a property
supplied on the command line being analyzed.
- checkFileName(String, String) - Static method in class org.apache.river.tool.envcheck.Util
-
Validate the accessibility of the non-directory file identified by
name.
- checkGetActions(GrantPermission[]) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Verify that all of passing GrantPermissions return empty string
as 'actions'.
- checkGetGrants(Class[], Principal[], Permission[]) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Iterates over array of classes and call getGrants() on
DynamicPolicyProvider passing Principal[] pra array.
- checkGetServerContext() - Method in interface org.apache.river.test.spec.jrmp.util.TestRemoteInterface
-
Checks getServerContext method of JrmpServerContext
- checkGetServerContext() - Method in class org.apache.river.test.spec.jrmp.util.TestRemoteObject
-
Checks getServerContext method of JrmpServerContext
- checkGrant(Class[], Permission[], boolean) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Iterates over array of classes and call grant() on DynamicPolicyProvider
passing null as Principal[] and various arrays of Permission[].
- checkGrant(Class[], Principal[], Permission[], boolean) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Iterates over array of classes and call grant() on DynamicPolicyProvider
passing array of Principals and various arrays of Permissions.
- checkGroups(Set, String) - Method in class org.apache.river.test.share.LookupGroupAdminTest
-
- checkImplies(ProtectionDomain, Permission[], boolean, boolean) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Call implies() on ProtectionDomain passing Permission[].
- checkImplies(GrantPermission[], boolean) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Verify that all of passing GrantPermissions are implied/not implied
each other.
- checkImplies(GrantPermission[]) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Verify that all of passing GrantPermissions are implied/not implied
each other.
- checkImplies(PermissionCollection, Permission, boolean, String) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTestCase01
-
Verify that passing PermissionCollection are implied/not implied
passing Permission.
- checkImplies(Permission, Permission, boolean) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTestCase01
-
Verify that passing Permission are implied/not implied
another passing Permission.
- checkImplies(ProtectionDomain, Permission[], boolean, boolean) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call implies() on PolicyFileProvider passing Permission[].
- checkImplies(PermissionCollection, Permission[], boolean) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Call implies() on PermissionCollection passing Permission[].
- checkImpliesGetPermissions(Permission[][]) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Iterate over ProtectionDomains and and check implies().
1.
- checkImpliesProtectionDomain(Permission[][]) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Iterate over ProtectionDomains and and check implies().
1.
- CheckJDK1_4 - Class in org.apache.river.tool.envcheck.plugins
-
Check that the Java platform is at least version 1.4.
- CheckJDK1_4() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJDK1_4
-
- CheckJDK1_4.JDK1_4Task - Class in org.apache.river.tool.envcheck.plugins
-
Subtask to check the VM version.
- CheckJSKPlatform - Class in org.apache.river.tool.envcheck.plugins
-
Check whether jsk-platform.jar is in the classpath
of the command-line being analyzed, and if the activation group
if there is one.
- CheckJSKPlatform() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJSKPlatform
-
- CheckJSKPolicy - Class in org.apache.river.tool.envcheck.plugins
-
Check whether jsk-policy.jar is installed in the extensions
directory.
- CheckJSKPolicy() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJSKPolicy
-
- CheckJSKPolicy.JSKPolicyTask - Class in org.apache.river.tool.envcheck.plugins
-
The task which checks the group VM.
- CheckJsseProps - Class in org.apache.river.tool.envcheck.plugins
-
Checks whether various security oriented configuration files exist and are
accessible.
- CheckJsseProps() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJsseProps
-
- CheckJsseProps.CheckLoginConfigInit - Class in org.apache.river.tool.envcheck.plugins
-
Checks the existence and accessibility of the login configuration.
- CheckJsseProps.CheckProviderTask - Class in org.apache.river.tool.envcheck.plugins
-
Checks the policy provider of the group.
- CheckJsseProps.GetGroupLoginConfigs - Class in org.apache.river.tool.envcheck.plugins
-
Gets login configuration urls of the group.
- checkKey(Object) - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
Check that the key is valid for this map
- checkLease(Lease, long) - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- checkLease(Lease, long) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- checkLocators(Set, String) - Method in class org.apache.river.test.share.LookupLocatorAdminTest
-
- CheckLoggingConfig - Class in org.apache.river.tool.envcheck.plugins
-
Checks the existence and readability of the logging configuration file
identified by the java.util.logging.config.file system
property, if that property is defined.
- CheckLoggingConfig() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckLoggingConfig
-
- CheckLoginConfigInit() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJsseProps.CheckLoginConfigInit
-
- CheckNoLoopback - Class in org.apache.river.tool.envcheck.plugins
-
Checks that the return from InetAddress.getLocalHost()
is not a loopback address.
- CheckNoLoopback() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckNoLoopback
-
- checkPermission(Permission) - Method in class org.apache.river.test.spec.io.util.FakeSecurityManager
-
Checks perm in the following order:
throws SecurityException if perm is in prohibit list
returns quietly if perm is in allow list
if delegate is not null, calls delegate.checkPermission(perm)
if delegate is null, calls super.checkPermission(perm)
- checkPermission(Permission) - Method in class org.apache.river.test.spec.jeri.util.FakeSecurityManager
-
Checks perm in the following order:
throws SecurityException if perm is in prohibit list
returns quietly if perm is in allow list
if delegate is not null, calls delegate.checkPermission(perm)
if delegate is null, calls super.checkPermission(perm)
- checkPermission(Permission) - Method in class org.apache.river.tool.ProfilingSecurityManager
-
- checkPermission(Permission, Object) - Method in class org.apache.river.tool.ProfilingSecurityManager
-
- CheckPermissionClassTest - Class in org.apache.river.test.spec.jeri.basicinvocationdispatcher
-
Purpose
This test verifies the behavior of
BasicInvocationDispatcher.checkPermissionClass method.
- CheckPermissionClassTest() - Constructor for class org.apache.river.test.spec.jeri.basicinvocationdispatcher.CheckPermissionClassTest
-
- checkPermissions() - Method in class org.apache.river.test.impl.end2end.jssewrapper.ServerEndpointWrapper.LEWrapper
-
- checkPermissions() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestServerListenEndpoint
-
- checkPermissions() - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
No-op implementation of interface method.
- CheckPersistence - Class in org.apache.river.tool.envcheck.plugins
-
Check that the persistence directory supplied by any
SharedActivatableServiceDescriptors are either non-existant or
empty.
- CheckPersistence() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckPersistence
-
- CheckPersistence.CheckDirTask - Class in org.apache.river.tool.envcheck.plugins
-
Perform directory check with an active security policy in place.
- CheckPersistence.GetEntriesTask - Class in org.apache.river.tool.envcheck.plugins
-
The subtask which obtains the list of persistence directory entries.
- CheckPolicy - Class in org.apache.river.tool.envcheck.plugins
-
Check the security policy for existence, for valid syntax, and that it does
not grant AllPermissions to all protection domains.
- CheckPolicy() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckPolicy
-
- CheckPolicy.AllPermissionsTask - Class in org.apache.river.tool.envcheck.plugins
-
Task the check the policy in a child VM.
- CheckProviderTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJsseProps.CheckProviderTask
-
- checkReport(List, List) - Static method in class org.apache.river.test.impl.start.StarterBase
-
- checkResult(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.AbstractTestBase
-
Checks expected result with actual one.
- CheckSer - Class in org.apache.river.tool
-
Tool to check for serializable classes that do not have explicit
serialVersionUID fields.
- CheckSer() - Constructor for class org.apache.river.tool.CheckSer
-
- checkSpace(JavaSpace) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Checks whether space is empty or not outside all transactions.
- checkSpace(JavaSpace, Transaction) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Checks whether space is empty or not.
- checkSystemPropertyFile(String, String) - Static method in class org.apache.river.tool.envcheck.Util
-
Validate the accessibility of the non-directory file identified by the
system property prop.
- checkTime - Variable in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Holds the value which is used for read/take check operations.
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.impl.end2end.jssewrapper.EndpointWrapper
-
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.activation.util.FakeActivationID
-
Returnes stored value to emulate different cases of trustEquivalence
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.jeri.transport.util.TrustEquivalenceSocketFactory
-
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
Returns true if argument implements the same interfaces as this class
and false otherwise.
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface2RMCPTTEImpl
-
Returns true if argument implements the same interfaces as this class
and false otherwise.
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.PTTEImpl
-
Method from TrustEquivalence interface.
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCPTTEImpl
-
Method from TrustEquivalence interface.
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
Method from TrustEquivalence interface.
- checkTrustEquivalence(Object) - Method in class org.apache.river.test.spec.security.proxytrust.util.TEImpl
-
Method from TrustEquivalence interface.
- CheckTrustEquivalence_Test - Class in org.apache.river.test.spec.activation.activatableinvocationhandler
-
Purpose
This test verifies the behavior of the
ActivatableInvocationHandler.checkTrustEquivalence method
during normal and exceptional calls.
- CheckTrustEquivalence_Test() - Constructor for class org.apache.river.test.spec.activation.activatableinvocationhandler.CheckTrustEquivalence_Test
-
- CheckTrustEquivalence_UntrustedAIDTest - Class in org.apache.river.test.spec.activation.activatableinvocationhandler
-
Purpose
This test verifies the behavior of the
ActivatableInvocationHandler class checkTrustEquivalence method
when handler is the same, but ActivationID checkTrustEquivalence method
returnes fail.
- CheckTrustEquivalence_UntrustedAIDTest() - Constructor for class org.apache.river.test.spec.activation.activatableinvocationhandler.CheckTrustEquivalence_UntrustedAIDTest
-
- CheckTrustEquivalenceTest - Class in org.apache.river.test.spec.jeri.basicinvocationhandler
-
Purpose
This test verifies the behavior of the BasicInvocationHandler.invoke
method when checkTrustEquivalence method is passed to the
invoke method.
- CheckTrustEquivalenceTest() - Constructor for class org.apache.river.test.spec.jeri.basicinvocationhandler.CheckTrustEquivalenceTest
-
- CheckTrustEquivalenceTest - Class in org.apache.river.test.spec.jeri.basicobjectendpoint
-
Purpose
This test verifies the behavior of the BasicObjectEndpoint
method when checkTrustEquivalence method is called.
- CheckTrustEquivalenceTest() - Constructor for class org.apache.river.test.spec.jeri.basicobjectendpoint.CheckTrustEquivalenceTest
-
- CheckTrustEquivalenceTest - Class in org.apache.river.test.spec.jeri.transport
-
- CheckTrustEquivalenceTest() - Constructor for class org.apache.river.test.spec.jeri.transport.CheckTrustEquivalenceTest
-
- CheckTrustEquivalenceTest - Class in org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler
-
Purpose
This test verifies the following:
CheckTrustEquivalence method of ProxyTrustInvocationHandler returns true
if the argument is an instance of this class, and calling the
checkTrustEquivalence method on the main proxy of this invocation
handler, passing the main proxy of the argument, returns true, and
calling the checkTrustEquivalence method on the bootstrap proxy of this
invocation handler, passing the bootstrap proxy of the argument, returns
true, and returns false otherwise.
- CheckTrustEquivalenceTest() - Constructor for class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.CheckTrustEquivalenceTest
-
- checkUnmarshallingException(Throwable, ByteArrayInputStream) - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
Verify that an exception thrown while unmarshalling
was properly wrapped and re-thrown.
- checkURL(URL, String) - Static method in class org.apache.river.tool.envcheck.Util
-
Check the accessibility of the given URL.
- checkURLs(URL[], Class[]) - Method in class org.apache.river.test.spec.security.security.VerifyCodebaseIntegrityTest
-
Checks expected set of URLs with actual one.
- checkValidity() - Method in class org.apache.river.qa.harness.TestDescription
-
Check the validity of the test description.
- checkValue(Object) - Static method in class org.apache.river.test.share.OurAbstractLeaseMap
-
Check that the value is a Long
- checkVariant(Object, Object, String[]) - Method in class org.apache.river.test.spec.config.configurationfile.ToString_Test
-
Run ConfigurationFile constructor for valid test case.
- ChildOfIntegerMatch - Class in org.apache.river.test.impl.outrigger.matching
-
Simple JavaSpace entry class for testing JavaSpace matching
- ChildOfIntegerMatch() - Constructor for class org.apache.river.test.impl.outrigger.matching.ChildOfIntegerMatch
-
Required public zero arg constructor Entry classes need
- ChildOfIntegerMatch(boolean) - Constructor for class org.apache.river.test.impl.outrigger.matching.ChildOfIntegerMatch
-
Create a new ChildOfIntegerMatch.
- ChildOfIntegerMatch(ChildOfIntegerMatch) - Constructor for class org.apache.river.test.impl.outrigger.matching.ChildOfIntegerMatch
-
Create a new ChildOfIntegerMatch that can service as a
template to retrieve the passed ChildOfIntegerMatch (or subclass) from
a JavaSpace
- ChildOfStringMatch - Class in org.apache.river.test.impl.outrigger.matching
-
Simple JavaSpace entry class for testing JavaSpace matching
- ChildOfStringMatch() - Constructor for class org.apache.river.test.impl.outrigger.matching.ChildOfStringMatch
-
Required public zero arg constructor Entry classes need
- ChildOfStringMatch(boolean) - Constructor for class org.apache.river.test.impl.outrigger.matching.ChildOfStringMatch
-
Create a new ChildOfStringMatch.
- ChildOfStringMatch(ChildOfStringMatch) - Constructor for class org.apache.river.test.impl.outrigger.matching.ChildOfStringMatch
-
Create a new ChildOfStringMatch that can service as a
template to retrieve the passed ChildOfStringMatch (or subclass) from
a JavaSpace
- chngIndx - Variable in class org.apache.river.test.spec.joinmanager.ModifyAttributesOne
-
- chooseOne(TestParticipant[]) - Static method in class org.apache.river.test.share.TxnTestUtils
-
- cId - Variable in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Constructed ActivationID or null if none.
- Class01 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class01() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class01
-
- Class01 - Class in org.apache.river.test.spec.loader.util.classes.dir01
-
This class is helper class for davis.loader testing.
- Class01() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir01.Class01
-
- Class01 - Class in org.apache.river.test.spec.loader.util.classes.dir02
-
This class is helper class for davis.loader testing.
- Class01() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir02.Class01
-
- Class01 - Class in org.apache.river.test.spec.loader.util.classes.dir02.dir
-
This class is helper class for davis.loader testing.
- Class01() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir02.dir.Class01
-
- Class01 - Class in org.apache.river.test.spec.loader.util.classes_local
-
This class is helper class for davis.loader testing.
- Class01() - Constructor for class org.apache.river.test.spec.loader.util.classes_local.Class01
-
- Class01 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class01() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class01
-
- Class01 - Class in org.apache.river.test.spec.policyprovider.util.classes.dir01
-
This class is helper class for policyprovider testing.
- Class01() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.dir01.Class01
-
- Class01 - Class in org.apache.river.test.spec.policyprovider.util.classes.dir02
-
This class is helper class for policyprovider testing.
- Class01() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.dir02.Class01
-
- Class02 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class02() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class02
-
- Class02 - Class in org.apache.river.test.spec.loader.util.classes.dir01
-
This class is helper class for davis.loader testing.
- Class02() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir01.Class02
-
- Class02 - Class in org.apache.river.test.spec.loader.util.classes.dir02
-
This class is helper class for davis.loader testing.
- Class02() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir02.Class02
-
- Class02 - Class in org.apache.river.test.spec.loader.util.classes.dir02.dir
-
This class is helper class for davis.loader testing.
- Class02() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir02.dir.Class02
-
- Class02 - Class in org.apache.river.test.spec.loader.util.classes_local
-
This class is helper class for davis.loader testing.
- Class02() - Constructor for class org.apache.river.test.spec.loader.util.classes_local.Class02
-
- Class02 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class02() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class02
-
- Class02 - Class in org.apache.river.test.spec.policyprovider.util.classes.dir01
-
This class is helper class for policyprovider testing.
- Class02() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.dir01.Class02
-
- Class02 - Class in org.apache.river.test.spec.policyprovider.util.classes.dir02
-
This class is helper class for policyprovider testing.
- Class02() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.dir02.Class02
-
- Class03 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class03() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class03
-
- Class03 - Class in org.apache.river.test.spec.loader.util.classes.dir01
-
This class is helper class for davis.loader testing.
- Class03() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir01.Class03
-
- Class03 - Class in org.apache.river.test.spec.loader.util.classes.dir02
-
This class is helper class for davis.loader testing.
- Class03() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir02.Class03
-
- Class03 - Class in org.apache.river.test.spec.loader.util.classes.dir02.dir
-
This class is helper class for davis.loader testing.
- Class03() - Constructor for class org.apache.river.test.spec.loader.util.classes.dir02.dir.Class03
-
- Class03 - Class in org.apache.river.test.spec.loader.util.classes_local
-
This class is helper class for davis.loader testing.
- Class03() - Constructor for class org.apache.river.test.spec.loader.util.classes_local.Class03
-
- Class03 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class03() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class03
-
- Class03 - Class in org.apache.river.test.spec.policyprovider.util.classes.dir01
-
This class is helper class for policyprovider testing.
- Class03() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.dir01.Class03
-
- Class03 - Class in org.apache.river.test.spec.policyprovider.util.classes.dir02
-
This class is helper class for policyprovider testing.
- Class03() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.dir02.Class03
-
- Class04 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class04() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class04
-
- Class04 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class04() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class04
-
- Class05 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class05() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class05
-
- Class05 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class05() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class05
-
- Class06 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class06() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class06
-
- Class06 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class06() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class06
-
- Class07 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class07() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class07
-
- Class07 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class07() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class07
-
- Class08 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class08() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class08
-
- Class08 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class08() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class08
-
- Class09 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class09() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class09
-
- Class09 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class09() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class09
-
- Class09.Inner1 - Class in org.apache.river.test.spec.loader.util.classes
-
- Class09.Inner1 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
- Class09.Inner1.Inner2 - Class in org.apache.river.test.spec.loader.util.classes
-
- Class09.Inner1.Inner2 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
- Class09.Inner1.Inner2.Inner3 - Class in org.apache.river.test.spec.loader.util.classes
-
- Class09.Inner1.Inner2.Inner3 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
- Class10 - Class in org.apache.river.test.spec.loader.util.classes
-
This class is helper class for davis.loader testing.
- Class10() - Constructor for class org.apache.river.test.spec.loader.util.classes.Class10
-
- Class10 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
This class is helper class for policyprovider testing.
- Class10() - Constructor for class org.apache.river.test.spec.policyprovider.util.classes.Class10
-
- Class10.Inner1 - Class in org.apache.river.test.spec.loader.util.classes
-
- Class10.Inner1 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
- Class10.Inner1.Inner2 - Class in org.apache.river.test.spec.loader.util.classes
-
- Class10.Inner1.Inner2 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
- Class10.Inner1.Inner2.Inner3 - Class in org.apache.river.test.spec.loader.util.classes
-
- Class10.Inner1.Inner2.Inner3 - Class in org.apache.river.test.spec.policyprovider.util.classes
-
- classAA - Variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Loaded classes per class loaders
- ClassDep - Class in org.apache.river.tool
-
Tool used to analyze a set of classes and determine on what other classes
they directly or indirectly depend.
- ClassDep() - Constructor for class org.apache.river.tool.ClassDep
-
No argument constructor.
- ClassDep(String[]) - Constructor for class org.apache.river.tool.ClassDep
-
Constructor that takes command line arguments and fills in the
appropriate fields.
- ClassDepend - Class in org.apache.river.tool.classdepend
-
Provides a utility for computing which classes are depended on by a set of
classes.
- ClassDependencyRelationship - Class in org.apache.river.tool.classdepend
-
A container to store class dependency related information for later analysis.
- ClassDependParameters - Class in org.apache.river.tool.classdepend
-
Effectively Immutable parameter class for ClassDepend.
- ClassDependParameters.CDPBuilder - Class in org.apache.river.tool.classdepend
-
CDPBuilder - to build an immutable ClassDependParameters object, much
like the StringBuilder and String class relationship.
- classes - Variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Loaded classes
- classes - Static variable in class org.apache.river.test.spec.security.util.BaseIntegrityVerifier
-
Classes whose 'isTrustedObject' method was called.
- classes - Static variable in class org.apache.river.test.spec.security.util.BaseTrustVerifier
-
Classes whose 'isTrustedObject' method was called.
- classes - Variable in class org.apache.river.test.spec.security.util.FakeClassLoader
-
Classes which was loaded through this class loader.
- classList - Variable in class org.apache.river.test.impl.outrigger.matching.MatchTestBase
-
Array of Class objects that corspond to the clases
of the objects in the writeList
- classLoaders - Variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Class loaders to load classes
- ClassLoaderTest - Class in org.apache.river.test.impl.start
-
This test ensures that different instances of the same service in the same
VM are loaded by the appropriate class loader in the appropriate class
loader hierarchy.
- ClassLoaderTest() - Constructor for class org.apache.river.test.impl.start.ClassLoaderTest
-
- ClassLoaderUtilTest - Class in org.apache.river.test.impl.start
-
- ClassLoaderUtilTest() - Constructor for class org.apache.river.test.impl.start.ClassLoaderUtilTest
-
- ClasspathPackages - Class in org.apache.river.tool.classdepend
-
Utility class for finding the names of packages in a class path.
- ClasspathPackages() - Constructor for class org.apache.river.tool.classdepend.ClasspathPackages
-
- ClasspathTest - Class in org.apache.river.test.impl.start
-
This test ensures that different service instances in the same VM properly
load classes from their respective classpaths and the classpath of a
common class loader.
- ClasspathTest() - Constructor for class org.apache.river.test.impl.start.ClasspathTest
-
- ClassServer - Class in org.apache.river.tool
-
A simple HTTP server, for serving up JAR and class files.
- ClassServer(int, String, boolean, boolean) - Constructor for class org.apache.river.tool.ClassServer
-
Construct a server that does not support network shutdown.
- ClassServer(int, String, boolean, boolean, boolean) - Constructor for class org.apache.river.tool.ClassServer
-
Construct a server.
- ClassServer(String[], LifeCycle) - Constructor for class org.apache.river.tool.ClassServer
-
Construct a server, accepting the same command line options
supported by
main, except for the
-stop
option.
- ClassServerAdmin - Class in org.apache.river.qa.harness
-
A specialization of AbstractServiceAdmin which manages
an HTTP class server.
- ClassServerAdmin(QAConfig, String, int) - Constructor for class org.apache.river.qa.harness.ClassServerAdmin
-
Construct a ClassServerAdmin.
- classServerPort - Variable in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
HTTP Server port number.
- classServerPort - Variable in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDException
-
HTTP Server port number.
- classServerSrcDir - Variable in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
HTTP Server source directory.
- classTypesEqualTypeDescriptors(Class[], String[]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Disregarding order, verify that the given set of class types is
equal to the given set of type descriptors.
- cleanEntries - Variable in class org.apache.river.test.impl.outrigger.matching.AuditorSummary
-
The number of entries in the log that :
The write completed without throwing an exception
There have never been any duplicates of the entry that have
been removed.
- cleanSpace(JavaSpace) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Cleans tested space without transaction.
- cleanSpace(JavaSpace, Transaction) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Cleans tested space within specified transaction.
- cleanupFailure(String) - Method in class org.apache.river.test.share.TestBase
-
Indicates cleanup failed, should only be called in the context
of cleanup.
- cleanupFailure(String, Throwable) - Method in class org.apache.river.test.share.TestBase
-
- cleanupWait - Variable in class org.apache.river.test.share.TestBase
-
Number of milliseconds to wait after cleaning up the services.
- clear() - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
- clear() - Method in class org.apache.river.test.share.RememberingRemoteListener
-
Clear all remembered events.
- clearAllEventInfo() - Method in class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
- clearAllEventInfo() - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
- clearAllFlags() - Method in class org.apache.river.test.spec.loader.util.QATestPreferredClassLoader
-
- clearBehavior(int) - Method in interface org.apache.river.test.share.TestParticipant
-
- clearBehavior(int) - Method in class org.apache.river.test.share.TestParticipantImpl
-
- clearChangeEventInfo() - Method in class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
- clearDiscardEventInfo() - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
- clearDiscoveryEventInfo() - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
- ClearEventRegistrationTest - Class in org.apache.river.test.spec.renewalservice
-
Assert if a RemoteListener registered for renewal failure events or
expiration warning events throws an UnknownEventException, this
will only clear the specific event registration, it will not cancel
the lease on the renewal set, or affect any other event
registration on the set.
- ClearEventRegistrationTest() - Constructor for class org.apache.river.test.spec.renewalservice.ClearEventRegistrationTest
-
- ClearFailureListenerTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the clearRenewalFailureListener method operates as
expected.
- ClearFailureListenerTest() - Constructor for class org.apache.river.test.spec.renewalservice.ClearFailureListenerTest
-
- clearNotifications() - Method in class org.apache.river.test.spec.javaspace.conformance.TestEventListener05
-
- ClearWarningListenerTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the clearExpirationWarningListener method operates as
expected.
- ClearWarningListenerTest() - Constructor for class org.apache.river.test.spec.renewalservice.ClearWarningListenerTest
-
- CLIENT - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
The proxy is exported with marshalling set to client
- CLIENT_PRIV - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
The proxy is exported with marshalling set to client-priv
- ClientAbortTest - Class in org.apache.river.test.spec.jeri.mux
-
Purpose: This test verifies that a protocol client stops sending data
to a sever after the server sends an Abort message.
- ClientAbortTest() - Constructor for class org.apache.river.test.spec.jeri.mux.ClientAbortTest
-
- ClientConnectionHeader - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class to represent a Jini ERI Multiplexing Protocol client header
message.
- ClientConnectionHeader() - Constructor for class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
- CLIENTCONSTRAINTS - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print the value of the client constraints obtained from the proxy
- ClientFlowControlTest - Class in org.apache.river.test.spec.jeri.mux
-
Purpose: The purpose of this test is to exercise the Jini ERI
Multiplexing Protocol flow control mechanism.
- ClientFlowControlTest() - Constructor for class org.apache.river.test.spec.jeri.mux.ClientFlowControlTest
-
- CLIENTSUBJECT - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print the authenticated client subject
- clip - Variable in class org.apache.river.test.share.LeaseGrantTestBase
-
The length of time that leases get cliped to if they are too
long.
- clone() - Method in class org.apache.river.test.spec.javaspace.conformance.SimpleEntry
-
Returns a clone of this entry.
- close() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestEndpointListener
-
- close() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.ListenOperation
-
- close() - Method in class org.apache.river.test.spec.jeri.connection.util.ListenOperation
-
- close() - Method in class org.apache.river.test.spec.jeri.mux.util.ListenOperation
-
- CloseMessage - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class to represent a Jini ERI mux protocol Close message.
- CloseMessage() - Constructor for class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- CloseTest - Class in org.apache.river.test.spec.jeri.mux
-
Purpose: This test verifies that a protocol client stops sending data
to a sever after the server sends a Close message.
- CloseTest() - Constructor for class org.apache.river.test.spec.jeri.mux.CloseTest
-
- codeBase - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Codebase.
- codebaseParam - Variable in class org.apache.river.test.spec.loader.pref.AbstractTestBase
-
- CodebaseTest - Class in org.apache.river.test.impl.start
-
This test ensures that different service instances in the same VM properly
annotate their objects with their respective codebases.
- CodebaseTest() - Constructor for class org.apache.river.test.impl.start.CodebaseTest
-
- collectionsEqual(Collection, Collection) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Returns true if the given collections are referentially
equal, or if the given collections have the same contents;
false otherwise.
- Collector() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.ExportTest_CustomParams.Collector
-
- color - Variable in class org.apache.river.test.impl.outrigger.javaspace05.A0
-
- color - Variable in class org.apache.river.test.impl.outrigger.javaspace05.B0
-
- color - Variable in class org.apache.river.test.impl.outrigger.javaspace05.C0
-
- comb - Variable in class org.apache.river.test.spec.security.util.TestPrivilegedAction
-
DomainCombiner got in run method.
- comb - Variable in class org.apache.river.test.spec.security.util.TestPrivilegedExceptionAction
-
DomainCombiner got in run method.
- combine() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.CombineTest.TestCase
-
Runs
InvocationConstraints.combine(InvocationConstraints,InvocationConstraints)
method for InvocationConstraints
objects of this Test Case and compare the returned result with the
expected result of this Test Case.
- COMBINEDCONSTRAINTS - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print the value of the combined constraints
- CombineTest - Class in org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints
-
Purpose:
This test verifies the behavior of
InvocationConstraints.combine(InvocationConstraints,InvocationConstraints)
method.
- CombineTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.CombineTest
-
- CombineTest.TestCase - Class in org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints
-
An auxiliary class that describes a Test Case.
- COMM_DISCARDED - Static variable in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- commit(long) - Method in class org.apache.river.test.impl.mahalo.NoOpNestableTransactionManager
-
- commit(long, long) - Method in class org.apache.river.test.impl.mahalo.NoOpNestableTransactionManager
-
- commit() - Method in class org.apache.river.test.impl.mahalo.RandomStressTask
-
- commit() - Method in class org.apache.river.test.share.TesterTransaction
-
Send a prepareAndCommit message to the participant.
- commit(long, long) - Method in class org.apache.river.test.share.TesterTransactionManager
-
This implementation ignores the time -- it is always synchronous.
- commit(long) - Method in class org.apache.river.test.share.TesterTransactionManager
-
This implementation ignores the time -- it is always synchronous.
- commit(long, long) - Method in class org.apache.river.test.share.TesterTransactionManagerProxy
-
- commit(long) - Method in class org.apache.river.test.share.TesterTransactionManagerProxy
-
- commit(TransactionManager, long) - Method in class org.apache.river.test.share.TestParticipantImpl
-
- commit(TransactionManager, long) - Method in class org.apache.river.test.spec.javaspace.conformance.ParticipantImpl
-
Requests that the participant make all of its PREPARED
changes for the specified transaction visible outside of the
transaction and unlock any resources locked by the transaction.
- CommitAbortStressTask - Class in org.apache.river.test.impl.mahalo
-
- CommitAbortStressTask(ExecutorService, WakeupManager, TransactionManager, int) - Constructor for class org.apache.river.test.impl.mahalo.CommitAbortStressTask
-
- CommitAbortTest - Class in org.apache.river.test.impl.outrigger.transaction
-
CommitAbortTest tests basic functions of commit/abort methods.
- CommitAbortTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.CommitAbortTest
-
- CommitExpiredTest - Class in org.apache.river.test.spec.txnmanager
-
Create a transaction to be expired in fortey seconds
then sleep forty seconds.
- CommitExpiredTest() - Constructor for class org.apache.river.test.spec.txnmanager.CommitExpiredTest
-
- CommitStressTask - Class in org.apache.river.test.impl.mahalo
-
- CommitStressTask(ExecutorService, WakeupManager, TransactionManager, int) - Constructor for class org.apache.river.test.impl.mahalo.CommitStressTask
-
- Committer - Class in org.apache.river.test.spec.javaspace.conformance
-
Class which is needed to prevent transaction's
normal committing completion.
- Committer(TransactionParticipant, ServerTransaction, TransactionManager) - Constructor for class org.apache.river.test.spec.javaspace.conformance.Committer
-
Constructor which initialize fields of the class.
- CommitTerminationTest - Class in org.apache.river.test.impl.outrigger.transaction
-
CommitTerminationTest test checks
if commit is blocked until all operations under the transaction
have done.
- CommitTerminationTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.CommitTerminationTest
-
- CommitTimeoutTest - Class in org.apache.river.test.spec.txnmanager
-
- CommitTimeoutTest() - Constructor for class org.apache.river.test.spec.txnmanager.CommitTimeoutTest
-
- commitTransaction(Transaction) - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
Commits the transaction.
- commonStaticInt - Static variable in class org.apache.river.test.impl.start.TestServiceDummyClass0
-
- compare(RemoteEvent, RemoteEvent) - Method in class org.apache.river.test.spec.lookupservice.RemoteEventComparator
-
- compare(URL, URL) - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile
-
Comparing two URL objects.
- compare(URL, URL) - Method in class org.apache.river.test.spec.url.httpmd.handler.Equals
-
- compare(URL, URL) - Method in class org.apache.river.test.spec.url.httpmd.handler.SameFile
-
- compare(String) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Comparing 2 Message Digests.
- compare(Exception) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Comparing 2 Exceptions.
- compare(boolean) - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
Comparing 2 boolean values.
- compare(Exception) - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
Comparing 2 Exceptions.
- compareAttributeSets(Entry[], Entry[], Level) - Static method in class org.apache.river.test.share.AttributesUtil
-
Compares the contents of two sets of attributes ignoring duplicate
attributes.
- compareGroupSets(String[], String[], Level) - Static method in class org.apache.river.test.share.GroupsUtil
-
Compares two sets of group names ignoring duplicate names.
- compareLocatorSets(LookupLocator[], LookupLocator[], Level) - Static method in class org.apache.river.test.share.LocatorsUtil
-
Compares the contents of two sets of locators ignoring duplicate
locators.
- CompareMethodTest - Class in org.apache.river.test.spec.id.referentuuids
-
Purpose
This test verifies the behavior of the ReferentUuids
compare method.
- CompareMethodTest() - Constructor for class org.apache.river.test.spec.id.referentuuids.CompareMethodTest
-
- comparePermissions(Object[], Object[]) - Static method in class org.apache.river.test.spec.security.util.Util
-
Compares 2 arrays of permissions where elements could be unordered.
- compareResults(Vector) - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
Checking if the Vector represented by expectedResult variable is
the same as the Vector specified by the Vector parameter.
- compareResults(Exception) - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
Checking if the class represented by expectedResult variable is
either the same as, or is a superclass of the class
whose instance is specified by the Exception parameter.
- compareSiblingClassLoaderHierarchy(Uuid) - Method in interface org.apache.river.test.impl.start.TestService
-
Returns true if the class loader hierarchy of "this" service object
has the same ancestors but different "leaf" loaders.
- compareSiblingClassLoaderHierarchy(Uuid) - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- compareTo(Object) - Method in class org.apache.river.test.impl.end2end.jssewrapper.Statistics.StatisticsItem
-
Implements the Comparable interface
- compute() - Method in class org.apache.river.tool.ClassDep
-
Method that takes the user provided switches that
logically define the domain in which to look for
dependencies.
- compute(String) - Static method in class org.apache.river.tool.classdepend.ClasspathPackages
-
Computes the packages in the specified class path.
- compute(String[]) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
Returns a set of the fully qualified names of classes in the specified
packages, not including classes in subpackages of those packages.
- compute(String) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
- compute(boolean, String[]) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
Returns a set of the fully qualified names of classes in the specified
packages, optionally including classes in subpackages of those packages.
- compute(boolean, String) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
Returns a set of the fully qualified names of classes in the specified
packages, optionally including classes in subpackages of those packages.
- compute(InputStream) - Static method in class org.apache.river.tool.classdepend.ReferencedClasses
-
Computes the classes referred to by another class.
- compute() - Method in class org.apache.river.tool.PreferredListGen
-
Load JAR files, initialize the dependency graph, and perform the
dependency analysis.
- ComputeDigest - Class in org.apache.river.test.spec.url.httpmd.httpmdutil
-
Purpose:
This test verifies the behavior of the
HttpmdUtil.computeDigest(URL,String) method.
- ComputeDigest() - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
- ComputeDigest - Class in org.apache.river.tool
-
Prints the message digest for the contents of a URL.
- ComputeDigest.TestItem - Class in org.apache.river.test.spec.url.httpmd.httpmdutil
-
Auxiliary class that describes a Test Case.
- ComputeDigest2Urls - Class in org.apache.river.test.spec.url.httpmd.httpmdutil
-
Purpose:
This test verifies the behavior of
HttpmdUtil.computeDigest(URL,String) method.
- ComputeDigest2Urls() - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
- ComputeDigest2Urls.TestItem - Class in org.apache.river.test.spec.url.httpmd.httpmdutil
-
Auxiliary class that describes a Test Case.
- ComputeDigestCodebase - Class in org.apache.river.test.spec.url.httpmd.httpmdutil
-
Purpose:
This test verifies the behavior of the
HttpmdUtil.computeDigestCodebase(String,String)
method.
- ComputeDigestCodebase() - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
- ComputeDigestCodebase.TestItem - Class in org.apache.river.test.spec.url.httpmd.httpmdutil
-
Auxiliary class that describes a Test Case.
- computeDurAndWait(long, long, Object) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Computes a wait duration based on the given "start" time, a desired
increment (assuming instanteous time -- the given deltaT), and an
adjustment to correct for compute time (the current time).
- computeFileMD(String, String) - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
Computing the message digest as a String in hexadecimal format
for the specified file and message digest algorithm.
- ComputeHttpmdCodebase - Class in org.apache.river.tool
-
Computes the message digests for a codebase with HTTPMD URLs.
- computeMD(String, String) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Computing message digest for the file.
- computeMessageDigest(String, String, String) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Computing message digest for the file.
- computeMethodHash(Method) - Static method in class org.apache.river.test.spec.jeri.util.Util
-
Computes the "method hash" of a remote method, m.
- confFile - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
File for valid configuration.
- confFile - Variable in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Configuration file.
- confFileName - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
File name for valid configuration.
- confFileName - Variable in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Name of file with configuration for tests.
- confFilePath - Variable in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Configuration file path.
- confFileURL - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
File URL for valid configuration.
- confHttpURL - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
Http URL for valid configuration.
- confHttpURLNoAccess - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
URL for file with access denied.
- config - Variable in class org.apache.river.qa.harness.AbstractServiceAdmin
-
The config object for this test
- config - Variable in class org.apache.river.test.share.BaseQATest
-
- config - Variable in class org.apache.river.test.share.TrackingOwner
-
Print stream to log messages to
- config - Variable in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractConstructorsTest
-
- config - Variable in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractImmutableSetTest
-
- config - Static variable in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJEAbstractTest
-
- config - Static variable in class org.apache.river.test.spec.jeri.connection.util.AbstractConnectionTest
-
- config - Variable in class org.apache.river.test.spec.loader.pref.AbstractTestBase
-
The QAConfig object
- config - Variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
The QAConfig object
- configGroups - Variable in class org.apache.river.test.spec.lookupdiscovery.AddGroupsNullElement
-
- configLocs - Variable in class org.apache.river.test.spec.locatordiscovery.AddLocatorsNullElement
-
- configLocs - Variable in class org.apache.river.test.spec.locatordiscovery.GetLocators
-
- configTag - Variable in class org.apache.river.qa.harness.TestRun
-
the test configuration
- ConfigTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckConfig.ConfigTask
-
- ConfigurationFileException - Exception in org.apache.river.test.spec.config.configurationfile
-
Subclass of ConfigurationException used in
ConfigurationFile to provide the location of the configuration
source, if available, and the line number in the configuration source that
triggered the exception.
- ConfigurationFileException(String, String, int) - Constructor for exception org.apache.river.test.spec.config.configurationfile.ConfigurationFileException
-
Creates an instance with the specified detail message, location of the
configuration source, and line number in the configuration source
that triggered the exception.
- ConfigurationFileException(String, Throwable, String, int) - Constructor for exception org.apache.river.test.spec.config.configurationfile.ConfigurationFileException
-
Creates an instance with the specified detail message; causing
exception, which should not be an instance of Error;
location of the configuration source; and line number in the
configuration source that triggered the exception.
- ConfigurationVerifier - Interface in org.apache.river.qa.harness
-
A verifier used to determine whether a test is capable of being
run in a particular environment.
- ConflictTest - Class in org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints
-
Purpose:
This test verifies that it is possible for an instance of
InvocationConstraints class to contain
both requirements that conflict with each other, and preferences that
conflict with each other and with requirements.
- ConflictTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConflictTest
-
- ConflictTest.TestCase - Class in org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints
-
An auxiliary class that describes a Test Case.
- connect(OutboundRequestHandle) - Method in class org.apache.river.test.spec.jeri.connection.util.TestEndpoint
-
- connect(OutboundRequestHandle, Collection, Collection) - Method in class org.apache.river.test.spec.jeri.connection.util.TestEndpoint
-
- connect(OutboundRequestHandle) - Method in class org.apache.river.test.spec.jeri.mux.util.TestEndpoint
-
- connect(OutboundRequestHandle, Collection, Collection) - Method in class org.apache.river.test.spec.jeri.mux.util.TestEndpoint
-
- ConnectionManagerTest - Class in org.apache.river.test.spec.jeri.connection
-
The purpose of this test is to verify the following behavior of
net.jini.jeri.connection.ConnectionManager:
1.
- ConnectionManagerTest() - Constructor for class org.apache.river.test.spec.jeri.connection.ConnectionManagerTest
-
- ConnectionTimeConstructorsTest - Class in org.apache.river.test.spec.constraint.coreconstraint
-
Purpose:
This test verifies the behavior of the following constructors:
ConnectionAbsoluteTime.ConnectionAbsoluteTime(long)
ConnectionRelativeTime.ConnectionRelativeTime(long)
ConnectionAbsoluteTime() constructor creates a constraint with the
specified deadline for connection establishment.
- ConnectionTimeConstructorsTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest
-
- ConnectionTimeConstructorsTest.TestCase - Class in org.apache.river.test.spec.constraint.coreconstraint
-
An auxiliary class that describes a Test Case.
- ConnectionTransportListener - Class in org.apache.river.test.spec.jeri.connection.util
-
Utility class for endpoint instrumentation
- ConnectionTransportListener() - Constructor for class org.apache.river.test.spec.jeri.connection.util.ConnectionTransportListener
-
- connectStub(Remote) - Method in class org.apache.river.test.spec.iiop.util.AbstractTestBase
-
Connects stub manually when we use no-arg IiopConstructor or when
orb parameter specified in constructor is null.
- Constants - Interface in org.apache.river.test.impl.end2end.e2etest
-
Constants common to many classes in the test package.
- ConstrainableTestLease - Class in org.apache.river.test.impl.norm
-
Lease class use by renwal service tests when they don't want to use
LocalLease.
- ConstrainableTestLease(int, LeaseBackEnd, long) - Constructor for class org.apache.river.test.impl.norm.ConstrainableTestLease
-
Create a new lease.
- ConstrainableTestLease - Class in org.apache.river.test.share
-
Lease class use by renwal service tests when they don't want to use
LocalLease.
- ConstrainableTestLease(int, LeaseBackEnd, long) - Constructor for class org.apache.river.test.share.ConstrainableTestLease
-
Create a new lease.
- ConstrainableTestLease.IteratorImpl - Class in org.apache.river.test.impl.norm
-
- ConstrainableTestLease.IteratorImpl - Class in org.apache.river.test.share
-
- ConstrainableUnreadableTestLease - Class in org.apache.river.test.share
-
Lease class use by renwal service tests when they don't want to use
LocalLease.
- ConstrainableUnreadableTestLease(int, LeaseBackEnd, long) - Constructor for class org.apache.river.test.share.ConstrainableUnreadableTestLease
-
Create a new lease.
- ConstrainableUnreadableTestLease.IteratorImpl - Class in org.apache.river.test.share
-
- constraints - Static variable in class org.apache.river.test.spec.constraint.coreconstraint.SerializationTest
-
Objects to test.
- ConstraintsInterface - Interface in org.apache.river.test.impl.end2end.e2etest
-
The interface which defines remote methods to be executed
as part of the test.
- ConstraintTrustVerifierContext - Class in org.apache.river.test.spec.constraint.util
-
Class implementing TrustVerifier.Context interface whose 'isTrustedObject'
method returns true if parameter is an instance of ClientAuthentication,
Delegation, Integrity or ServerAuthentication and false otherwise.
- ConstraintTrustVerifierContext() - Constructor for class org.apache.river.test.spec.constraint.util.ConstraintTrustVerifierContext
-
- construct(QAConfig) - Method in class org.apache.river.qa.harness.QATestEnvironment
-
This method is called by the MasterTest immediately before
the run method is called.
- construct(QAConfig) - Method in interface org.apache.river.qa.harness.TestEnvironment
-
Constructs a test and its environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.discoveryproviders.DiscoveryV2CachingTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.end2end.e2etest.Driver
-
The construct method creates the creates output files for the
test and also runs a user specified kinit command in order to populate
the kerberos ticket cache with a forwardable ticket.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.GetLeaseDurationBound
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.GetLogToSnapshotThreshold
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.GetSnapshotWeight
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.SetLeaseDurationBound
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.SetLogToSnapshotThreshold
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.SetSnapshotWeight
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupAttributes
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupGroups
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupLocators
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.GetLookupAttributes
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroups
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.GetLookupLocators
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.ModifyLookupAttributes
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroups
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocators
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroups
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocators
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.ProxyToString
-
Starts one fiddler implementation of the lookup discovery service.
- construct(QAConfig) - Method in class org.apache.river.test.impl.fiddler.storageadmin.GetStorageLocation
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.joinmanager.AddAttributesRace
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates a discovery manager that discovers the lookup service(s)
started during construct
verifies the discovery of the lookup service(s) started during
construct
initializes the initial set of attributes with which to
register the service, the new set of attributes to add
to the service through join manager, and the set of attributes
expected to be associated with the service in the lookup
service(s) started above
- construct(QAConfig) - Method in class org.apache.river.test.impl.joinmanager.LeaseRenewDurRFE
-
Performs actions necessary to prepare for execution of the
current test as follows:
start 1 transient lookup service with locator listening on
a specific port
start 1 activation system using all the defaults (ports, etc.)
- construct(QAConfig) - Method in class org.apache.river.test.impl.joinmanager.RaceAttrsVsTerminateISE
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of JoinManager inputting an instance of
a test service, a set of attributes (either null or non-null)
with which to register the service, and a non-null instance
of a lookup discovery manager configured to discover the
lookup services started in the previous step
- construct(QAConfig) - Method in class org.apache.river.test.impl.joinmanager.RaceAttrsVsTerminateULE
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of JoinManager inputting an instance of
a test service, a set of attributes (either null or non-null)
with which to register the service, and a non-null instance
of a lookup discovery manager configured to discover the
lookup services started in the previous step
- construct(QAConfig) - Method in class org.apache.river.test.impl.joinmanager.SetAddAttributesOrder
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite and
unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step
constructs the set of attributes with which to replace the
join manager's current set of attributes
constructs the set of attributes with which to augment the
new, replaced, set of attributes
constructs the set of attributes one would expect if the
initial set of attributes are initially replaced by the first
set of attributes constructed in this method, and then the
set of attributes resulting from the replacement operation
is augmented by the second set attributes constructed in this
method
- construct(QAConfig) - Method in class org.apache.river.test.impl.joinmanager.TerminateSemantics
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates an instance of JoinManager inputting an instance of
a test service, a set of attributes (either null or non-null)
with which to register the service, and both a null instance
of a lookup discovery manager, and a null instance of a
lease renewal manager
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.AddLocatorsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.DelayDiscoveryAfterDiscard
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.DiscardAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.GetDiscoveredLocatorsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.GetLocatorsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.GetRegistrarsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.GetUndiscoveredLocatorsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.RemoveDiscoveryListenerAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.RemoveLocatorsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.SetLocatorsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.locatordiscovery.UnicastDelay
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.AddGroupsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.DiscardAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.GetGroupsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.GetRegistrarsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.MulticastRequestDelay
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.RemoveDiscoveryListenerAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.RemoveGroupsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.SetGroupsAfterTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.impl.lookupdiscovery.UnicastDelay
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.AdminIFShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.AdminIFTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.LeaseExpireCancelTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.LeaseExpireRenewTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.LeaseMapTest
-
Invoke parent's construct and invoke parser for this test
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.LeaseTest
-
Invoke parent's construct and invoke parser for this test
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.NestableServerTransactionCreatedToStringTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.NestableTransactionCreatedToStringTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.RandomStressTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.ServerTransactionEqualityTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.ServerTransactionToStringTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.TransactionCreatedToStringTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.TransactionManagerCreatedToStringTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.TxnMgrImplNullConfigEntries
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.TxnMgrImplNullRecoveredLocators
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mahalo.TxnMgrProxyEqualityTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.AdminIFShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.AdminIFTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.BadEventCodebaseTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.InterOpTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.LeaseExpireCancelTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.LeaseExpireRenewTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.LeaseMapTest
-
Invoke parent's construct and invoke parser for this test
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.LeaseTest
-
Invoke parent's construct and invoke parser for this test
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.ListenerRecoveryTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.MailboxImplBadUnexportConfigEntries
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.MailboxImplNullConfigEntries
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.MailboxImplReadyStateTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.MercuryProxyEqualityTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullInterOpTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullListenerRecoveryTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullMercuryProxyEqualityTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullRegistrationIFTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest2
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest3
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest4
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest5
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest6
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest6A
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest6B
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullUnknownEventsTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PullUnknownEventsTest2
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.PushPullListenerRecoveryTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegCancelExpireShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegCancelShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegCreateShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegDisableShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegEnableShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegistrationIFTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegRenewExpireShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.RegRenewShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.UnknownEventRecoveryShutdownTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.mercury.UnknownEventRecoveryTest
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.AddRenewRemoveTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.BatchRenewTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.ExpiredLeaseTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.GetLeasesTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.LeaseExpirationTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.OneExpireOneNotTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.RemoveExactlyOneTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.RenewalFailureTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.RenewAtTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.UseRenewalServiceLeaseRemoveTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.norm.UseRenewalServiceLeaseTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.DestroyTestMahalo
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.DestroyTestOutrigger
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.IdenticalAdminIteratorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.LookupAttributeAdminTestOutrigger
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.LookupGroupAdminTestOutrigger
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.LookupLocatorAdminTestOutrigger
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.admin.SimpleAdminTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.api.AbstractEntryTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.api.InterruptTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.leasing.LeaseGrantTestBase
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.leasing.LeaseUsesTestBase
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.AdminIteratorTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.BlockingTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.FieldMatchTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.FieldNotifyTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.MatchTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.MatchTestCore
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.MismatchNotifyTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.MismatchTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.SingletonMatchTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.StressTest
-
Method for initializing test environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.SupertypeMatchTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.SupertypeNotifyTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.TakeOneTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.WildcardsNotifyTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.WildcardsTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.matching.WriteOneTakeRead
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.notify.ThrowRuntimeException
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.transaction.BlockingOnDeadTransactionTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.impl.reggie.MultihomedClientTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.reliability.AppleUserImpl
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.scalability.DemoScalabilityTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.scalability.ServiceLauncher
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.cache.CacheTerminateSemantics
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.AddListenerEvent
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.DiscardDownReDiscover
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceDown
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupTaskRace
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupTaskServiceIdMapRace
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.ReRegisterBadEquals
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.ReRegisterGoodEquals
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.event.ServiceDiscardCacheTerminate
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.servicediscovery.TerminateSemantics
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.AbstractStartBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
retrieves configuration values needed by the current test
starts the shared group (and thus the activation system)
if the shared parameter is true
The shared group is explicitly started because the harness is designed
to start it lazily.
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContextTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.SubPoliciesTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.loadersplitpolicyprovider.LoaderSplitPolicyProviderTest
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.MemberGroupsProblem
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.SharedGroupNullConfigEntries
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.start.StarterBase
-
- construct(QAConfig) - Method in class org.apache.river.test.impl.thread.AbstractThreadTest
-
- construct(QAConfig) - Method in class org.apache.river.test.share.BaseQATest
-
Performs actions necessary to prepare for execution of the
current test as follows:
retrieves configuration values needed by the current test
retrieves configuration information related to any lookup
services that may need to be started
if appropriate, starts the configured number of initial
lookup services
- construct(QAConfig) - Method in class org.apache.river.test.share.DestroyTest
-
- construct(QAConfig) - Method in class org.apache.river.test.share.LeaseUsesTestBase
-
- construct(QAConfig) - Method in class org.apache.river.test.share.LookupAttributeAdminTest
-
- construct(QAConfig) - Method in class org.apache.river.test.share.LookupGroupAdminTest
-
- construct(QAConfig) - Method in class org.apache.river.test.share.LookupLocatorAdminTest
-
- construct(QAConfig) - Method in class org.apache.river.test.share.TestBase
-
- construct(QAConfig) - Method in class org.apache.river.test.share.TxnManagerTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.config.configurationfile.Constructor_Test
-
Prepare test for running.
- construct(QAConfig) - Method in class org.apache.river.test.spec.config.configurationfile.ToString_Test
-
Prepare test for running.
- construct(QAConfig) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ElementsTest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.CombineTest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConflictTest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.IsEmptyTest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.PreferencesRequirementsTest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalElementsTest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts the desired number lookup services (if any) with
the desired configuration
creates an instance of lookup discovery to start the multicast
discovery process
creates a default listener for use with the lookup discovery
utility
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.AddNewDiscoveryChangeListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.Discovered
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.DiscoveredAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsAddNewDiscoveryChangeListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsAddNewDiscoveryListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsDiscardUnreachable
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsDiscovered
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsDiscoveredAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorChange
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplace
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplaceNone
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorStop
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.GroupsSetGroupsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsAddNewDiscoveryChangeListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsAddNewDiscoveryListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsDiscardUnreachable
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsDiscovered
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsDiscoveredAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsMulticastMonitorChange
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsMulticastMonitorReplace
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsMulticastMonitorReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsMulticastMonitorReplaceNone
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsMulticastMonitorStop
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsMulticastMonitorTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.LocsSetGroupsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorChange
-
Performs actions necessary to prepare for execution of the current
test (refer to the description of this method in the parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorReplace
-
Performs actions necessary to prepare for execution of the current
test (refer to the description of this method in the parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorReplaceNone
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorStop
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.RemoveGroupsAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoverymanager.SetGroupsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
retrieves configuration values needed by the current test
sets the net.jini.discovery.announce system property
retrieves the set of member groups with which to configure
each announcement generator
constructs the union of all member group sets for configuring
the lookup discovery service utility
constructs the union of all locators-of-interest for
configuring the LookupLocatorDiscovery utility
creates an instance of lookup discovery service to start
both group and locator discovery
starts the configured number of lookup services
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.AddLocatorsFullyQualified
-
Retrieves additional configuration values.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.DiscardUnreachable
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedGroups
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedLocs
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOn2SetGroups
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOn2SetLocs
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.MulticastMonitorStop
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.MulticastMonitorTerminate
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsFullyQualified
-
Retrieves additional configuration values.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.SetGroupsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.SetGroupsReplaceSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsFullyQualified
-
Retrieves additional configuration values.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsReplaceSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsToNone
-
Retrieves additional configuration values.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.lease.CancelLease
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.lease.CancelLeaseMap
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.lease.LeaseExpiration
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.lease.RenewLease
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.discoveryservice.lease.RenewLeaseMap
-
Performs actions necessary to prepare for execution of the
current test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSCET
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSCT
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSFT
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSFT_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSIFT
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSIFT_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLCT
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLCT_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLET
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLST
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLST2
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLST3
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSLST4
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSNSOT
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSRET
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT2
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT_PULL3
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSST
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSST2
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSST2_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSST3
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSST3_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.eventmailbox.EMSST_PULL
-
Invoke parent's construct and parser
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.DoWithServerContext
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.DoWithServerContext_IllegalStateException
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.DoWithServerContext_UnsetContext
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext_NoContext
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext_Providers_NonNull
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext_ProvidersParsing
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.export.servercontext.GetServerContextElement
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.id.referentuuids.CompareMethodTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.id.uuid.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.id.uuid.ObjectMethodsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.id.uuid.WriteTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.id.uuidfactory.CreateGenerateTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.id.uuidfactory.ReadTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.iiop.util.AbstractTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_ExceptionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_NullArgsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_VerifyCodebaseIntegrityTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassExceptionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_NullArgsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_ReadAnnotationExceptionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_VerifyCodebaseIntegrityTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalledinstance.ConstructorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalledinstance.ConvertToMarshalledObjectTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalledinstance.Get_ExceptionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalledinstance.Get_NormalTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshalledinstance.ObjectMethodsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.io.marshaloutputstream.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractTransactionReadTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractTransactionTakeTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.abstractilfactory.AccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicilfactory.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInstancesTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationDispatcherTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationHandlerTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicilfactory.GetExtraProxyInterfacesTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicilfactory.ObjectMethodsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.CheckPermissionClassTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.AbstractInvokeTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.CheckTrustEquivalenceTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_RemoteMethodControlTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.ObjectMethodsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.SetClientConstraintsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJEAbstractTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.AbstractTrustVerifierTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.CheckTrustEquivalenceTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ExecuteCall_ExceptionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ExecuteCall_NormalTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.NewCall_ExceptionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.NewCall_NormalTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ObjectMethodsTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.connection.util.AbstractConnectionTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.kerberostrustverifier.util.AbstractTrustVerifierTestKerberos
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.proxytrustilfactory.AccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.proxytrustilfactory.ConstructorAccessorTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.AbstractTrustVerifierTestSSL
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
retrieves configuration values needed by the current test
starts the desired number lookup services (if any) with
the desired configuration
creates attribute instances that are associated with the
test service(s) registered with the instances of JoinManager
being tested
creates a default ServiceTemplate for use with instances of
( JoinManager
creates a default listener for use with instances of JoinManager
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AddAttributes
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) (where N may be 0) whose member
groups are finite and unique relative to the member groups
of all other lookup services running within the same multicast
radius of the new lookup services
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
constructs the set of attributes to expect after adding
a new set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AddAttributesDup
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) (where N may be 0) whose member
groups are finite and unique relative to the member groups
of all other lookup services running within the same multicast
radius of the new lookup services
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
constructs the set of attributes to expect after adding
a new set
constructs the set of attributes -- containing the appropriate
duplicates -- to input to the addAttributes
method
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AddAttributesNullElement
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
constructs the set of attributes -- containing at least 1
null element -- to input to the addAttributes method
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AddAttributesNullSet
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
sets to null the set attributes to input to
the addAttributes method
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AddAttributesProp
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) (where N may be 0) whose member
groups are finite and unique relative to the member groups
of all other lookup services running within the same multicast
radius of the new lookup services
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
constructs the set of attributes with which to augment the
join manager's current set of attributes
constructs the set of attributes to expect after adding
the new set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AddAttributesServiceControlled
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
constructs the set of attributes -- containing at least 1
element that implements the ServiceControlled interface -- to
input to the addAttributes method
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.Equality
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates an instance of the JoinManager using the version of
the constructor that takes ServiceIDListener (callback),
inputting an instance of a test service and null to all
other arguments
creates an instance of the JoinManager using the version of
the constructor that takes a service ID, inputting
an instance of a test service and null to all other arguments
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.GetAttributes
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) (where N may be 0) whose member
groups are finite and unique relative to the member groups
of all other lookup services running within the same multicast
radius of the new lookup services
creates an instance of JoinManager inputting an instance of
a test service, a non-null set of attributes to register with
the service, and a non-null instance of a lookup discovery
manager configured to discover the lookup services started in
the previous step (if any)
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.GetDiscoveryManager
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates the instance of DiscoveryManagement that is to be
passed in to the join manager's constructor
creates an instance of JoinManager using the version of
the constructor that takes ServiceIDListener (callback),
inputting an instance of a test service and the instance of
DiscoveryManagement created above
creates an instance of JoinManager using the version of
the constructor that takes a service ID, inputting
an instance of a test service and the instance of
DiscoveryManagement created above
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.GetJoinSetCallback
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of the JoinManager using the version of
the constructor that takes ServiceIDListener (callback),
inputting an instance of a test service and a non-null
instance of a lookup discovery manager configured to discover
the lookup services started in the previous step
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.GetJoinSetServiceID
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of the JoinManager using the version of
the constructor that takes ServiceID, inputting an instance
of a test service and a non-null instance of a lookup
discovery manager configured to discover the lookup services
started in the previous step
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.GetLeaseRenewalManager
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates the instance of LeaseRenewalManager that is to be
passed in to the join manager's constructor
creates an instance of JoinManager using the version of
the constructor that takes ServiceIDListener (callback),
inputting an instance of a test service and the instance of
LeaseRenewalManager created above
creates an instance of JoinManager using the version of
the constructor that takes a service ID, inputting
an instance of a test service and the instance of
LeaseRenewalManager created above
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.LDMNullPublicGroup
-
Performs actions necessary to prepare for execution of the
current test as follows:
creates an instance of the JoinManager using the version of
the constructor that takes ServiceIDListener (callback),
inputting an instance of a test service and null to all
other arguments
creates an instance of the JoinManager using the version of
the constructor that takes a service ID, inputting
an instance of a test service and null to all other arguments
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributes
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attributes to expect after changing
the current attributes to a new set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesAllToOne
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attribute templates to use to indicate
that all of the current attributes should be selected for
modification
constructs the set of attributes to expect after changing
all of the elements of the current attribute set to a single
attribute
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesClassMismatch
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of modification attribute such that it
contains at least one element which is neither the same
class as, nor a subclass of, the corresponding element in
the set of attribute templates
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesDeleteAll
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attribute templates to use to indicate
that all of the current attributes should be selceted for
deletion
constructs the set of attributes to expect after deleting
all of the elements of the current attribute set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesDeleteOne
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attribute templates to use to indicate
that only one of the current attributes should be selected
for deletion
constructs the set of attributes to expect after deleting
one of the elements of the current attribute set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesDup
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attribute templates containing more
than 1 element, in which each element is a duplicate of the
element in the initial set that is to be modified
constructs the set of attributes to use to cause the
intended change to the one element in the current set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesLengthMismatch
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of modification attribute such that it
contains a different number of elements than the set of
attribute templates
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesOne
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attribute templates to use to indicate
that only one of the current attributes should be changed
constructs the set of attributes to expect after changing
one of the elements of the current attribute set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesProp
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attribute templates to use for selecting
the attributes to change.
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesServiceControlled
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attributes -- containing at least 1
element that implements the ServiceControlled interface -- with
which to initially configure the join manager
constructs a set of attribute templates in which each element
equals the corresponding element of the set of attributes
with which the join manager will be initially configured
constructs a set of attributes that will be used to modify
the initial attributes
constructs the set of attributes with which the join manager
will be expected to be configured after the intended
modifications are requested
creates an instance of JoinManager inputting an instance of
a test service, the non-null set of attributes created
earlier, and a non-null instance of a lookup discovery
manager configured to discover desired lookup services (if any)
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.Register
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of JoinManager inputting an instance of
a test service, a set of attributes (either null or non-null)
with which to register the service, and a non-null instance
of a lookup discovery manager configured to discover the
lookup services started in the previous step
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.ServiceIDNotify
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of the JoinManager using the version of
the constructor that takes ServiceIDListener (callback),
inputting an instance of a test service and a non-null
instance of a lookup discovery manager configured to discover
the member groups of the lookup services started in the
previous step
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.SetAttributes
-
Performs actions necessary to prepare for execution of the
current test as follows:
verifies that the set of attributes with which to replace
the current attributes is not equivalent to the current
set (so that replacement can be accurately verified)
constructs the set of attributes to expect after replacing
the current set with a new set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.SetAttributesDup
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attributes -- containing the appropriate
duplicates -- to input to the setAttributes
method
constructs the set of attributes to expect after replacing
the current set with a new set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.SetAttributesNullSet
-
Performs actions necessary to prepare for execution of the
current test as follows:
sets to null the set attributes to input to
the setAttributes method
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.SetAttributesProp
-
Performs actions necessary to prepare for execution of the
current test as follows:
constructs the set of attributes with which to replace the
join manager's current set of attributes
constructs the set of attributes to expect after adding
the new set
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.TerminateDiscovery
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of JoinManager inputting an instance of
a test service, a set of attributes (either null or non-null)
with which to register the service, and both a null instance
of a lookup discovery manager, and a null instance of a
lease renewal manager
retrieves and then changes the default discovery manager
created by the join manager to discover the member groups
to which the lookup service(s) started earlier belong
turns on the discovery process by adding a discovery listener
to the default discovery manager
- construct(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.TerminateLeases
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts N lookup service(s) whose member groups are finite
and unique relative to the member groups of all other lookup
services running within the same multicast radius of the new
lookup services
creates an instance of JoinManager inputting an instance of
a test service, a set of attributes (either null or non-null)
with which to register the service, and a non-null instance
of a lookup discovery manager configured to discover the
lookup services started in the previous step
- construct(QAConfig) - Method in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.loader.downloadPermission.Constructor
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.loader.pref.AbstractTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
retrieves configuration values needed by the current test
starts the desired number lookup services (if any) with
the desired configuration
creates an instance of lookup locator discovery to start the
unicast discovery process
creates a default listener for use with the lookup locator
discovery utility
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.AddLocatorsNull
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.AddLocatorsNullElement
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.AddNewDiscoveryChangeListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.AddNewDiscoveryListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.ConstructorDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.ConstructorNullElement
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.DiscardDNE
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveredStagger
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveryBeginsOnAddLocsAfterEmpty
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveryBeginsOnSetLocsAfterEmpty
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveryBeginsOnSetLocsAfterNull
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.GetLocators
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsNull
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsNull
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsReplaceSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts the desired number lookup services (if any) with
the desired configuration
creates an instance of lookup discovery to start the multicast
discovery process
creates a default listener for use with the lookup discovery
utility
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsAllGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsNullElement
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsUnsupportedOperation
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddNewDiscoveryChangeListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.AddNewDiscoveryListener
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.ConstructorDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.ConstructorNullElement
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.Discovered
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveredStagger
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveryBeginsOnAddGroupsAfterEmpty
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveryBeginsOnSetGroupsAfterEmpty
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveryBeginsOnSetGroupsAllAfterEmpty
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.GetGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.GetGroupsAllGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.GetGroupsNoGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorAllChange
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorChange
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorReplace
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorReplaceNone
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsAllGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsNullElement
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveNone
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsUnsupportedOperation
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsAllGroups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsDups
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsNullElement
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsReplaceAll
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsReplaceSome
-
Performs actions necessary to prepare for execution of the
current test (refer to the description of this method in the
parent class).
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
After performing high-level construct by invoking the construct() method
in the super class (QATestEnvironment), this method will perform mid-level,
general-purpose construct actions necessary to prepare for execution of
the current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.EvntLeaseExpiration
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupByClass
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupByIntfc
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupBySrvcID
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupBySuper
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.MultipleEvntLeaseRenewals
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.MultipleSrvcLeaseRenewals
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrAdd
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrDel
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrMod
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnSrvcLeaseExpiration
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set00.SrvcLeaseExpiration
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.EmptyLookup
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesAttrNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesAttrVals
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesEmpty
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesTypeAttr
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetFieldValuesAttr
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetFieldValuesAttrNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesAttr
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesClass
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesEmpty
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.IdempotentNewSrvcReg
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.IdempotentOldSrvcReg
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNonNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNonNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNonNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcLeaseExp
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcReg
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNonNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNull
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntrySrvcReg
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReRegOldSrvcs
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByAttr
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByType
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByTypeAttr
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredAddAttributes
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredEventLeaseCancel
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredEventLeaseRenew
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredLeaseMapCancel
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredLeaseMapRenew
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredModifyAttributes
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredServiceLeaseCancel
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredServiceLeaseRenew
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredSetAttributes
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.LeaseMapCancel
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.LeaseMapRenew
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.LeaseMapRenewNegDuration
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ModifyAttributesBadClass
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.ModifyAttributesBadLength
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyExceptionTest
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnAttrSet
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnComboAttrSet
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupAttributes
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupGroups
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupLocators
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddMemberGroups
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleModifyLookupAttributes
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveLookupGroups
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveLookupLocators
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveMemberGroups
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetLookupGroups
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetLookupLocators
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetMemberGroups
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleUnicastPort
-
Performs actions necessary to prepare for execution of the
current QA test.
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set04.ModifyAttributesOverlap
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.test_set04.ModifyAttributesSwap
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.lookupservice.ToStringTest
-
- construct(QAConfig) - Method in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalmanager.EventTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.AddRemoveTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.AssocExpWarnSetTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.AssocRenewalFailSetTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ClearEventRegistrationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ClearFailureListenerTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ClearWarningListenerTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.DurationExpirationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EqualsTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventIDFailTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventIDWarnTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventLeaseTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventRegistrationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventSequenceFailTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventSequenceTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.EventSequenceWarnTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ExpirationListenerTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ExpireRemoveTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.GetLeasesTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.GetLeaseTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.IllegalLeaseTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.IndefiniteRenewalTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.LeaseDurationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.LeaseExpirationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.LeaseNotInSetTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.LeaseRenewalTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.LeaseUnmarshalExceptionTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.LeaseUnmarshalNoneTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.MaxMembershipTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.MembershipDurationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.NewListenerEventTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.NormalEventReturnTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ReAddLeaseTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RemovalTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RemoveCancelTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureEventTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureIndefiniteTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureListenerTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RenewalTimeTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.RenewAtIntervalTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.SetEqualsTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.renewalservice.ValidLeaseDurationTest
-
Sets up the testing environment.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Performs actions necessary to prepare for execution of the
current test as follows:
starts the desired number lookup services (if any) with
the desired configuration
constructs a lease renewal manager to manage the lease(s) of
the service(s) registered with each lookup service
constructs and registers the expected service(s) with each
lookup
submits the lease(s) of the registered service(s) with the
lease renewal manager so that the lease(s) will continue to
be renewed until the test completes (and so that there is no
dependancy on the default value of the maximum lease duration
used by the particular implementation of the lookup service
being employed in the test)
constructs an instance of ServiceDiscoveryManager
constructs the template and filter to use for service discovery
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.cache.AddListenerNPE
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheDiscard
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookup
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterNoFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupNoFilterFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.DefaultDiscoverPublic
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.Lookup
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMax
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMaxFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinEqualsMax
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinEqualsMaxFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinLessMax
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinLessMaxFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinMaxNoBlock
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinMaxNoBlockFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupWait
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupWaitFilter
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupWaitNoBlock
-
Performs actions necessary to prepare for execution of the
current test.
1.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.handler.GetDefaultPort
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.Constructor
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDException
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDExceptionHandler
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
This method performs all preparations.
- construct(QAConfig) - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity
-
This method performs all preparations.
- Constructor - Class in org.apache.river.test.spec.loader.downloadPermission
-
Purpose
This test verifies the behavior of the
public DownloadPermission() and
public DownloadPermission(String name)
constructors of the
net.jini.loader.DownloadPermission class:
Creates a new DownloadPermission with "permit" as
the symbolic name of the permission.
- Constructor() - Constructor for class org.apache.river.test.spec.loader.downloadPermission.Constructor
-
- Constructor - Class in org.apache.river.test.spec.loader.pref.preferredClassLoader
-
Purpose
This test verifies the behavior of the
public PreferredClassLoader(URL[] urls, ClassLoader parent,
String exportAnnotation, boolean requireDlPerm)
constructor of the
net.jini.loader.pref.PreferredClassLoader class:
Create a preferred class loader with the given urls, parent class loader,
annotator, and security flags.
- Constructor() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassLoader.Constructor
-
- Constructor - Class in org.apache.river.test.spec.url.httpmd.wrongmdexc
-
Purpose:
This test verifies the behavior of
WrongMessageDigestException.WrongMessageDigestException(String) constructor.
- Constructor() - Constructor for class org.apache.river.test.spec.url.httpmd.wrongmdexc.Constructor
-
- Constructor1ExceptionsTest - Class in org.apache.river.test.spec.security.authenticationpermission
-
Purpose
This test verifies the following:
Constructor with 2 parameters of AuthenticationPermission throws
NullPointerException if the target name or actions string is null.
- Constructor1ExceptionsTest() - Constructor for class org.apache.river.test.spec.security.authenticationpermission.Constructor1ExceptionsTest
-
- Constructor2ExceptionsTest - Class in org.apache.river.test.spec.security.authenticationpermission
-
Purpose
This test verifies the following:
Constructor with 3 parameters of AuthenticationPermission throws
NullPointerException if the local principals set or the actions string
is null.
- Constructor2ExceptionsTest() - Constructor for class org.apache.river.test.spec.security.authenticationpermission.Constructor2ExceptionsTest
-
- Constructor_AccessorTest - Class in org.apache.river.test.spec.activation.activatableinvocationhandler
-
Purpose:
This test verifies the behavior of the ActivatableInvocationHandler
during normal and exceptional constructor call:
ActivatableInvocationHandler(
java.rmi.activation.ActivationID id,
java.rmi.Remote underlyingProxy)
Chack that constructor throws NullPointerException if the id
is null.
- Constructor_AccessorTest() - Constructor for class org.apache.river.test.spec.activation.activatableinvocationhandler.Constructor_AccessorTest
-
- Constructor_AccessorTest - Class in org.apache.river.test.spec.activation.activationexporter
-
Purpose:
This test verifies the behavior of the ActivationExporter
during normal and exceptional constructor call.
- Constructor_AccessorTest() - Constructor for class org.apache.river.test.spec.activation.activationexporter.Constructor_AccessorTest
-
- Constructor_AccessorTest - Class in org.apache.river.test.spec.activation.activationgroup
-
Purpose:
This test verifies the behavior of the ActivationGroup
abstract class during normal constructor call.
- Constructor_AccessorTest() - Constructor for class org.apache.river.test.spec.activation.activationgroup.Constructor_AccessorTest
-
- Constructor_NullPointerExceptionTest - Class in org.apache.river.test.spec.jrmp.jrmpexporter
-
Purpose
This test verifies the following:
If ActivationID parameter in JrmpExporter's constructor is null
then NullPointerException will be thrown.
- Constructor_NullPointerExceptionTest() - Constructor for class org.apache.river.test.spec.jrmp.jrmpexporter.Constructor_NullPointerExceptionTest
-
- Constructor_Test - Class in org.apache.river.test.spec.config.abstractconfiguration
-
Purpose:
This test verifies the behavior of the constructor of
AbstractConfiguration class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.config.abstractconfiguration.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.config.abstractconfiguration.primitive
-
Purpose:
This test verifies the behavior of the constructor of
AbstractConfiguration.Primitive class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.config.abstractconfiguration.primitive.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.config.configurationexception
-
Purpose:
This test verifies the behavior of the constructor of
ConfigurationException class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.config.configurationexception.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the constructor of
CnfigurationFile class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.config.configurationnotfoundexception
-
Purpose:
This test verifies the behavior of the constructor of
ConfigurationNotFoundException class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.config.configurationnotfoundexception.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.config.nosuchentryexception
-
Purpose:
This test verifies the behavior of the constructor of
NoSuchEntryException class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.config.nosuchentryexception.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints
-
Purpose:
This test verifies the behavior of the constructor of
BasicMethodConstraints class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc
-
Purpose:
This test verifies the behavior of the constructor of
MethodDesc class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
- Constructor_Test - Class in org.apache.river.test.spec.security.basicproxypreparer
-
Purpose:
This test verifies the behavior of the constructor of
BasicProxyPreparer class.
- Constructor_Test() - Constructor for class org.apache.river.test.spec.security.basicproxypreparer.Constructor_Test
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.id.uuid
-
Purpose
This test verifies the behavior of Uuid
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.id.uuid.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.io.marshalinputstream
-
Purpose
This test verifies the behavior of the MarshalInputStream
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.io.marshalinputstream.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.io.marshaloutputstream
-
Purpose
This test verifies the behavior of the MarshalOutputStream
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.io.marshaloutputstream.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.basicilfactory
-
Purpose
This test verifies the behavior of the BasicILFactory
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.basicilfactory.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.basicinvocationdispatcher
-
Purpose
This test verifies the behavior of the BasicInvocationDispatcher
during normal and exceptional constructor and getClassLoader calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.basicinvocationdispatcher.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.basicinvocationhandler
-
Purpose
This test verifies the behavior of the BasicInvocationHandler
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.basicinvocationhandler.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.basicobjectendpoint
-
Purpose
This test verifies the behavior of the BasicObjectEndpoint
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.basicobjectendpoint.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.proxytrustilfactory
-
Purpose
This test verifies the behavior of the ProxyTrustILFactory
during normal and exceptional constructor calls.
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.proxytrustilfactory.ConstructorAccessorTest
-
- ConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.transport
-
- ConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.transport.ConstructorAccessorTest
-
- ConstructorAllGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
This class verifies that the LookupDiscovery utility
operates in a manner consistent with the specification.
- ConstructorAllGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.ConstructorAllGroups
-
- ConstructorDups - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- ConstructorDups() - Constructor for class org.apache.river.test.spec.locatordiscovery.ConstructorDups
-
- ConstructorDups - Class in org.apache.river.test.spec.lookupdiscovery
-
This class verifies that the LookupDiscovery utility
operates in a manner consistent with the specification.
- ConstructorDups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.ConstructorDups
-
- ConstructorExceptionsTest - Class in org.apache.river.test.spec.security.accesspermission
-
Purpose
This test verifies the following:
Constructor of AccessPermission throws NullPointerException if the target
name is null.
- ConstructorExceptionsTest() - Constructor for class org.apache.river.test.spec.security.accesspermission.ConstructorExceptionsTest
-
- ConstructorNullElement - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
class operates in a manner consistent with the specification.
- ConstructorNullElement() - Constructor for class org.apache.river.test.spec.locatordiscovery.ConstructorNullElement
-
- ConstructorNullElement - Class in org.apache.river.test.spec.lookupdiscovery
-
This class verifies that the LookupDiscovery utility
class operates in a manner consistent with the specification.
- ConstructorNullElement() - Constructor for class org.apache.river.test.spec.lookupdiscovery.ConstructorNullElement
-
- Constructors - Class in org.apache.river.test.spec.export.exportpermission
-
Purpose:
This test verifies the behavior of the
ExportPermission.ExportPermission(String) and
ExportPermission.ExportPermission(String,String)
constructors.
- Constructors() - Constructor for class org.apache.river.test.spec.export.exportpermission.Constructors
-
- ConstructorsTest - Class in org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives
-
Purpose:
This test verifies the behavior of the following constructors:
ConstraintAlternatives.ConstraintAlternatives(InvocationConstraint[])
ConstraintAlternatives.ConstraintAlternatives(Collection)
All these constructors create the an instance containing the specified
alternative constraints, with duplicate constraints removed.
- ConstructorsTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ConstructorsTest
-
- ConstructorsTest - Class in org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints
-
Purpose:
This test verifies the behavior of the constructors of
InvocationConstraints class.
- ConstructorsTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConstructorsTest
-
- ConstructorTest - Class in org.apache.river.test.spec.io.marshalledinstance
-
Purpose
This test verifies the behavior of MarshalledInstance
during normal and exceptional constructor calls.
- ConstructorTest() - Constructor for class org.apache.river.test.spec.io.marshalledinstance.ConstructorTest
-
- ConstructorTest - Class in org.apache.river.test.spec.jeri.basicjeriexporter
-
The purpose of this test is to verify the constructors for
BasicJeriExporter
Use Cases:
Constructing a BasicJeriExporter with default values
Constructing a BasicJeriExporter with a
SeverEndpoint
Constructing a BasicJeriExporter with a
SeverEndpoint, InvocationLayerFactory,
distibuted garbage collection flag, and server virtual machine
keep-alive flag
For testing Use Case 1:
Invoke BasicJeriExporter()
Verify that the ServerEnpoint used by the exporter is
TcpServerEnpoint
Verify that the InvocationLaterFactory used by
the exporter is BasicILFactory
Verify that the distibuted garbage collection flag for the
exporter instance is set to true
Verify that the server virtual machine keep-alive flag for the
exporter instance is set to true
For Testing Use Case 2:
Invoke BasicJeriExporter(ServerEndpoint se) with a
dummy ServerEndpoint implementation
Verify that the ServerEnpoint used by the exporter
is the dummy implementation
Verify 2, 3, and 4 from Use Case 1
For Testing Use Case 3:
Invoke BasicJeriExporter(ServerEndpoint se,
InvocationLayerFactory ilf, boolean enableDGC, boolean keepAlive)
with dummy ServerEnpoint and
InvocationLaterFactory implementations and
garbage collection and keep-alive flags both set to false
Verify that the ServerEnpoint used by the exporter is the
dummy ServerEnpoint implementation
Verify that the InvocationLayerFactory used by the
exporter is the dummy InvocationLayerFactory
Verify that the distibuted garbage collection flag for the
exporter instance is set to false
Verify that the server virtual machine keep-alive flag for
the exporter instance is set to false
- ConstructorTest() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.ConstructorTest
-
- constructorType - Variable in class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest.TestCase
-
Type of the constructor to be tested.
- constStr - Variable in class org.apache.river.test.spec.locatordiscovery.DiscoveryBeginsOnAddLocsAfterNull
-
- constStr - Variable in class org.apache.river.test.spec.lookupdiscovery.DiscoveryBeginsOnAddGroupsAfterEmpty
-
- contains(TestDescription) - Method in class org.apache.river.qa.harness.TestList
-
Determine if this test list already contains the given
TestDescription.
- containsClasses(Class[], Class[]) - Static method in class org.apache.river.test.spec.security.util.Util
-
Return classes from 2-nd given array (expClasses) which are not present
in 1-st array (testClasses).
- containsKey(Object) - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
- containsValidMC() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Checks if this Context contains MethodConstraints for
'getProxyTrustIterator' method of ProxyTrust.
- containsValue(Object) - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
- ContentsTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
ContentsTest05 tests JavaSpace05.contents method with null transaction.
- ContentsTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.ContentsTest05
-
- context - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
- context - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- context - Variable in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
The context in which to parse the specification as a String
(null if spec represents an absolute HTTPMD URL).
- contextClassLoader - Static variable in class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContextTest
-
- ContextWrapper(ServerEndpoint.ListenContext) - Constructor for class org.apache.river.test.impl.end2end.jssewrapper.ServerEndpointWrapper.ContextWrapper
-
- convert(byte[]) - Static method in class org.apache.river.test.spec.jeri.mux.util.Util
-
Returns the string representation of an array of bytes.
- ConvertToMarshalledObjectTest - Class in org.apache.river.test.spec.io.marshalledinstance
-
Purpose
This test verifies the behavior of MarshalledInstance
convertToMarshalledObjectTest method calls.
- ConvertToMarshalledObjectTest() - Constructor for class org.apache.river.test.spec.io.marshalledinstance.ConvertToMarshalledObjectTest
-
- CoreInterface - Interface in org.apache.river.test.impl.end2end.e2etest
-
An interface defining calls which must be implemented by
the remote service.
- correctURL(URL) - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
Correcting the specified HTTPMD URL object.
- counter - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
- counter - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- counter - Variable in class org.apache.river.test.spec.jeri.basicinvocationhandler.AbstractInvokeTest
-
- countSrvcsByVal(int) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- cPort - Variable in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Port number being used for constructing JrmpExporter.
- cr - Variable in class org.apache.river.test.impl.mahalo.RandomStressTask
-
- create(NestableTransactionManager, long, long) - Method in class org.apache.river.test.impl.mahalo.NoOpNestableTransactionManager
-
- create(long) - Method in class org.apache.river.test.impl.mahalo.NoOpNestableTransactionManager
-
- create(Configuration) - Method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBadDesc.MyBogusServiceDescriptor
-
- create(Configuration) - Method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBadDesc.MyBogusServiceDescriptor2
-
- create(Configuration) - Method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBadDesc.MyBogusServiceDescriptor3
-
- create(Configuration) - Method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBadDesc.MyBogusServiceDescriptor4
-
- create(Configuration) - Method in class org.apache.river.test.impl.start.ServiceStarterCreateBadDesc.MyBogusServiceDescriptor
-
- create(Configuration) - Method in class org.apache.river.test.impl.start.ServiceStarterCreateBadDesc.MyBogusServiceDescriptor2
-
- create(SharedActivationGroupDescriptor) - Static method in class org.apache.river.test.impl.start.ServiceStarterCreateSharedGroupTest
-
- create() - Method in class org.apache.river.test.share.TesterTransactionManager
-
Return a new ServerTransaction object.
- create(long) - Method in class org.apache.river.test.share.TesterTransactionManager
-
- create(long) - Method in class org.apache.river.test.share.TesterTransactionManagerProxy
-
- create(Class[]) - Static method in class org.apache.river.test.spec.lookupservice.ToStringTest.ObjectFactory
-
Constructs an array of objects with null values, null
array elements, and 0-element arrays.
- createAP(String) - Method in class org.apache.river.test.spec.security.accesspermission.ConstructorExceptionsTest
-
Logs parameter specified and calls AccessPermission constructor with it.
- createAP(String, String) - Method in class org.apache.river.test.spec.security.authenticationpermission.Constructor1ExceptionsTest
-
Logs parameters specified and calls 2-args AuthenticationPermission
constructor with them.
- createAP(Set, Set, String) - Method in class org.apache.river.test.spec.security.authenticationpermission.Constructor2ExceptionsTest
-
Logs parameters specified and calls 3-args AuthenticationPermission
constructor with them.
- createAP(String, String) - Method in class org.apache.river.test.spec.security.authenticationpermission.EqualsTest
-
Creates AuthenticationPermission with parameters specified.
- createAP(String, String) - Method in class org.apache.river.test.spec.security.authenticationpermission.ImpliesTest
-
Creates AuthenticationPermission with parameters specified.
- createAttribute(Class, int, int) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates one attribute of the given attribute class type corresponding
to the given class index; if the createFlag argument equals
MODIFIED_ATTRS, the field values of the attribute class will be
set to values that differ from the field values created for
the initially created attribute set
- createAttributes(String[]) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates initialized attributes for each attribute class having a
class name contained in the given set of class names
- createCacheAndVerify() - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
This method creates a cache, registers with the local event mechanism
of the cache, and verifies that the expected number of serviceAdded
events are received.
- createCacheAndVerify(ServiceTemplate) - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
- createCF(Object, Object, String, String) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryInternal_Test
-
Create new FakeConfigurationFile object according to
testCase, testSubCase.
- createCF(Object, Object, String, String) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryType_Test
-
Create new FakeConfigurationFile object according to
testCase, testSubCase.
- createCF(Object, Object, String, String) - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntry_Test
-
Create new FakeConfigurationFile object according to
testCase, testSubCase.
- createCF(Object, Object, String, String) - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntryType_Test
-
Create new FakeConfigurationFile object according to
testCase, testSubCase.
- createClassLoader(String, String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Creates URL class loder in the specified subdirectory
of the temporary directory with the specified
META-INF/services/net.jini.config.Configuration
resource content.
- createConfFile(String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Writes information to the file with name confFileName.
- createDisableListener(AdminManager, MailboxRegistration) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createDisableNSOListener(AdminManager, MailboxRegistration) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createDynamicPolicyProvider() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Try to create DynamicPolicyProvider using non-argument constructor.
- createDynamicPolicyProviderNPE(String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Try to create DynamicPolicyProvider passing null as base policy class.
- createDynamicPolicyProviderPIE(String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Try to create DynamicPolicyProvider using non-argument constructor.
- createDynamicPolicyProviderSE(String) - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.DynamicPolicyProviderTestBase
-
Try to create DynamicPolicyProvider using non-argument constructor.
- createExceptionArray() - Method in class org.apache.river.test.spec.renewalservice.EventLeaseIndefiniteTest
-
- createExceptionArray() - Method in class org.apache.river.test.spec.renewalservice.EventLeaseTest
-
Creates an array of exceptions to be thrown
Notes:
Subclasses override this to test different combinations of Exceptions.
- createExceptionArray() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureEventIndefiniteTest
-
- createExceptionArray() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureEventTest
-
Creates an array of exceptions to be thrown
Notes:
Subclasses override this to test different combinations of Exceptions.
- createFakeAP(String) - Method in class org.apache.river.test.spec.security.accesspermission.ReadObjectTest
-
Logs parameter specified and creates FakeAccessPermission with this
parameter.
- createFakeAP(String, String) - Method in class org.apache.river.test.spec.security.authenticationpermission.ReadObjectTest
-
Logs parameters specified and creates FakeAuthenticationPermission with
them.
- createFile(File, String) - Method in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
Write information to the file.
- createFile(File, String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Writes information to the file.
- CreateGenerateTest - Class in org.apache.river.test.spec.id.uuidfactory
-
Purpose
This test verifies the behavior of UuidFactory
during normal calls to the generate and create methods.
- CreateGenerateTest() - Constructor for class org.apache.river.test.spec.id.uuidfactory.CreateGenerateTest
-
- createGenerator(AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createGenerators(int, AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createGP(Permission) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing Permission.
- createGP(Permission[]) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing array of Permissions.
- createGP(String) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing the string.
- createGrantPermissionIAE(String) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing the string.
- createGrantPermissionNPE(Permission, String) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing Permission.
- createGrantPermissionNPE(Permission[], String) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing array of Permissions.
- createGrantPermissionNPE(String, String) - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Try to create GrantPermission passing the string.
- CreateGroup_ExceptionTest - Class in org.apache.river.test.spec.activation.activationgroup
-
Purpose:
This test verifies the behavior of the createGroup method
of
ActivationGroup class when invalig
ActivationGroupDesc
ia passed as a parameter.
- CreateGroup_ExceptionTest() - Constructor for class org.apache.river.test.spec.activation.activationgroup.CreateGroup_ExceptionTest
-
- CreateGroup_Test - Class in org.apache.river.test.spec.activation.activationgroup
-
Purpose:
This test verifies the behavior of the createGroup method
of ActivationGroup class during normal call.
- CreateGroup_Test() - Constructor for class org.apache.river.test.spec.activation.activationgroup.CreateGroup_Test
-
- createHTTPMDURL(String) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDException
-
Creating HTTPMD URL object for the specified file.
- createHTTPMDURL(String) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDExceptionHandler
-
Create HTTPMD URL object for the specified file.
- createIiopExporter() - Method in class org.apache.river.test.spec.iiop.util.AbstractTestBase
-
Constructs IiopExporter using appropriate constructor.
- createInstance(Class, int) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Creates an instance of the given (loaded) class object.
- createInstance(Class, Object[]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Creates an instance of the given (loaded) class object.
- CreateInstancesTest - Class in org.apache.river.test.spec.jeri.basicilfactory
-
Purpose
This test verifies the behavior of the
BasicILFactory.createInstances method inherited from AbstractILFactory.
- CreateInstancesTest() - Constructor for class org.apache.river.test.spec.jeri.basicilfactory.CreateInstancesTest
-
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestILFactory
-
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class org.apache.river.test.spec.jeri.util.FakeAbstractILFactory
-
- CreateInvocationDispatcherTest - Class in org.apache.river.test.spec.jeri.basicilfactory
-
Purpose
This test verifies the behavior of the
BasicILFactory.createInvocationDispatcher protected method.
- CreateInvocationDispatcherTest() - Constructor for class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationDispatcherTest
-
- createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestILFactory
-
- createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class org.apache.river.test.spec.jeri.util.FakeAbstractILFactory
-
- CreateInvocationHandlerTest - Class in org.apache.river.test.spec.jeri.basicilfactory
-
Purpose
This test verifies the behavior of the
BasicILFactory.createInvocationHandler protected method.
- CreateInvocationHandlerTest() - Constructor for class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationHandlerTest
-
- createJrmpExporter() - Method in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Constructs JrmpExporter using appropriate constructor.
- createLeaseMap(long) - Method in class org.apache.river.test.impl.mahalo.NoOpLease
-
- createLeaseMap(long) - Method in class org.apache.river.test.impl.norm.TestLease
-
- createLeaseMap(long) - Method in class org.apache.river.test.share.TestLease
-
- createListener(AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createListeners(int, AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createLoader(String, String) - Method in class org.apache.river.test.spec.loader.pref.AbstractTestBase
-
- createLoader(String) - Method in class org.apache.river.test.spec.loader.pref.AbstractTestBase
-
- createLookup() - Method in class org.apache.river.test.spec.servicediscovery.discovery.Discovery
-
- createMarshalInputStream(Object, InboundRequest, boolean, Collection) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- createMarshalInputStream(Object, Method, OutboundRequest, boolean, Collection) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
Overridden protected methods that will throw a
configured exception set with the corresponding
"set" method above.
- createMarshalOutputStream(Object, Method, InboundRequest, Collection) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- createMarshalOutputStream(Object, Method, OutboundRequest, Collection) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- createModifiedAttributes(String[]) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates a set of initialized attributes for each attribute class
having a class name contained in the given set of class names;
and in which each attribute class is guaranteed to not equal
corresponding classes created initially.
- createNewLease(LeaseOwner, long) - Method in class org.apache.river.test.share.TestLeaseProvider
-
Return a TestLease.
- createNewLease(long) - Method in class org.apache.river.test.share.TestLeaseProvider
-
Convenience method used when the lease owner is not important
to the functioning of the test.
- createNonNullFieldAttributes() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates initialized attributes for each attribute in the list defined
in this class
- createNSOListener(AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createNullFieldAttributes() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates non-initialized attributes for each attribute in the list
defined in this class
- createObject() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConflictTest.TestCase
-
Tries to create
InvocationConstraints
object from the requirements and preferences specified by this
ConflictTest.TestCase object and verifies that the created
InvocationConstraints object
contains requirements and preferences equal to the requirements and
preferences specified by this
ConflictTest.TestCase object.
- createParticipants(int) - Static method in class org.apache.river.test.share.TxnTestUtils
-
- createPattern(Collection) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
Creates a pattern that matches class names for any of the names in the
argument.
- createPolicyFileProvider() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider using non-argument constructor.
- createPolicyFileProvider(String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider passing path to policy file.
- createPolicyFileProviderNPE(String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider passing null as path to policy pile.
- createPolicyFileProviderPIE(String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider using non-argument constructor.
- createPolicyFileProviderPIE(String, String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider passing location of the policy file.
- createPolicyFileProviderSE(String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider using non-argument constructor.
- createPolicyFileProviderSE(String, String) - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyFileProviderTestBase
-
Try to create PolicyFileProvider passing location of the policy file.
- createPTE(Exporter, Exporter) - Method in class org.apache.river.test.spec.security.proxytrust.util.AbstractTestBase
-
Print arguments specified and then create ProxyTrustExporter with
specified arguments.
- createPTIH(RemoteMethodControl, ProxyTrust) - Method in class org.apache.river.test.spec.security.proxytrust.util.AbstractTestBase
-
Print arguments specified and then create ProxyTrustInvocationHandler
with specified arguments.
- createPullListener(AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createPullListeners(int, AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createREListener(AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createRemoteEventWaitThread(RememberingRemoteListener, long) - Method in class org.apache.river.test.spec.renewalservice.LeaseRenewalServiceTestUtil
-
Returns a running Thread that is waiting until the event count of the
RememberingRemoteListener reaches at least numberOfEvents.
- createResourceJar(String, Class[]) - Static method in class org.apache.river.test.spec.security.util.Util
-
Creates resource jar-file with specified resource and specified names
of classes.
- createSDMduringConstruction - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- createServerSocket(int) - Method in class org.apache.river.test.spec.jeri.transport.util.TestServerSocketFactory
-
- createServerSocket(int, int) - Method in class org.apache.river.test.spec.jeri.transport.util.TestServerSocketFactory
-
- createServerSocket(int, int, InetAddress) - Method in class org.apache.river.test.spec.jeri.transport.util.TestServerSocketFactory
-
- createServiceItem(Class, int) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates one service item of the given class type, having the given
field value
- createServiceItem(Class, int, Entry[]) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates one service item of the given class type; and which contains
the given set of attributes and has the given field value
- createServiceItem(String, int) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates one service item having the given class name, having the given
field value
- createServiceItem(String, int, Entry[]) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates one service item having the given class name; and which
contains the given set of attributes and has the given field value
- createServiceItems(String[]) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates service items for each class in the given list of class names
- createServiceItems(String[], Entry[]) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates service items, containing the given set of attributes, for
each class in the given list of class names
- createSocket(InetAddress, int) - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestSocketFactory
-
- createSocket(String, int) - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.apache.river.test.spec.jeri.transport.util.TestSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.apache.river.test.spec.jeri.transport.util.TestSocketFactory
-
- createSocket(String, int) - Method in class org.apache.river.test.spec.jeri.transport.util.TestSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.apache.river.test.spec.jeri.transport.util.TestSocketFactory
-
- createSrvcsForEquals(int, int) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Creates service items for each class and each possible field value
- CreateTest - Class in org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives
-
Purpose:
This test verifies the behavior of
ConstraintAlternatives.create(Collection)
and
ConstraintAlternatives.create(InvocationConstraint[])
methods.
- CreateTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.CreateTest
-
- createTestResultIterator() - Method in class org.apache.river.qa.harness.TestList
-
Creates an iterator over the test results.
- createTransaction() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
Creates a transaction object using default transaction manager.
- createUEListener(AdminManager) - Static method in class org.apache.river.test.impl.mercury.TestUtils
-
- createUniqueDirectory(String, String, String) - Method in class org.apache.river.qa.harness.QAConfig
-
Creates a directory that is guaranteed to be unique on
the file system and return it as a File object.
- createUniqueFileName(String, String, String) - Method in class org.apache.river.qa.harness.QAConfig
-
Create an absolute filename that is guaranteed to be unique on the
file system.
- createURL() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Creating URL object with computed message digest for the file
specified by filename portion of URL object (if needed).
- createUrls(String, String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Creates array of URLs in the specified subdirectory
of the temporary directory with the specified
META-INF/services/net.jini.config.Configuration
resource content.
- createValidBootProxy() - Method in class org.apache.river.test.spec.security.proxytrust.util.AbstractTestBase
-
Create proxy implementing RemoteMethodControl, ProxyTrust and
TrustEquivalence interfaces to be used as ValidBootProxy.
- createValidMainProxy() - Method in class org.apache.river.test.spec.security.proxytrust.util.AbstractTestBase
-
Create proxy implementing RemoteMethodControl and TrustEquivalence
interfaces to be used as ValidMainProxy.
- cSsf - Variable in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Constructed RMIServerSocketFactory or null if none.
- ctx - Variable in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifier
-
Context passed to 'isTrustedObject' method.
- ctxObjs - Variable in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Array of context objects for use by trust verifiers.
- ctxs - Static variable in class org.apache.river.test.spec.security.util.BaseTrustVerifier
-
Contexts passed to 'isTrustedObject' method.
- cType - Variable in class org.apache.river.test.spec.iiop.util.AbstractTestBase
-
Type of constructor being used for constructing JrmpExporter.
- cType - Variable in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Type of constructor being used for constructing JrmpExporter.
- curIdx - Variable in class org.apache.river.test.spec.security.proxytrust.util.TestTrustIterator
-
Index to next available record of array.
- curLookupListSize() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that returns the current size of the
lookupList ArrayList that contains the
proxies to the lookup services that have been started so far.
- curLookupListSize(String) - Method in class org.apache.river.test.share.BaseQATest
-
- curLookupListSize() - Method in class org.apache.river.test.share.LookupServices
-
Convenience method that returns the current size of the
lookupList ArrayList that contains the
proxies to the lookup services that have been started so far.
- curLookupListSize(String) - Method in class org.apache.river.test.share.LookupServices
-
- curLookupsToDiscover - Variable in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsSome
-
- curLookupsToDiscover - Variable in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveSome
-
- gcCallsNum - Variable in class org.apache.river.test.spec.security.util.SCSPolicyProvider
-
How much times getContext method was called.
- gcCallsNum - Variable in class org.apache.river.test.spec.security.util.SCSSecurityManager
-
How much times getContext method was called.
- generate() - Method in class org.apache.river.qa.harness.HtmlReport
-
Generate the html report using the testList provided to constructor.
- generate() - Method in class org.apache.river.qa.harness.XmlReport
-
Generate the xml report using the testList provided to constructor.
- generateAndValidate(MailboxRegistration[], TestGenerator[], TestListener[], boolean, boolean) - Method in class org.apache.river.test.spec.eventmailbox.StressTest
-
- generateEvent(long, int) - Method in interface org.apache.river.test.impl.mercury.TestGenerator
-
- generateEvent(long, int) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- generatePreferredList(PrintWriter) - Method in class org.apache.river.tool.PreferredListGen
-
Generate the preferred list from the dependency graph.
- genIntegrityCodebase(String, String) - Method in class org.apache.river.qa.harness.QAConfig
-
Convert an http codebase to an httpmd codebase.
- get(JavaSpace, Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.transaction.SpaceOperation
-
Issue the selected operation.
- get(Object) - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
- GET_DISCOVERED_LOCATORS - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- Get_ExceptionTest - Class in org.apache.river.test.spec.io.marshalledinstance
-
Purpose
This test verifies the behavior of MarshalledInstance
get method in cases where it should throw an exception.
- Get_ExceptionTest() - Constructor for class org.apache.river.test.spec.io.marshalledinstance.Get_ExceptionTest
-
- GET_GROUPS - Static variable in class org.apache.river.test.impl.lookupdiscovery.AddDiscoveryListenerAfterTerminate
-
- GET_LOCATORS - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- Get_NormalTest - Class in org.apache.river.test.spec.io.marshalledinstance
-
Purpose
This test verifies the behavior of MarshalledInstance
get method in cases where it should return normally.
- Get_NormalTest() - Constructor for class org.apache.river.test.spec.io.marshalledinstance.Get_NormalTest
-
- GET_REGISTRARS - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- GET_REGISTRARS - Static variable in class org.apache.river.test.impl.lookupdiscovery.AddDiscoveryListenerAfterTerminate
-
- GET_UNDISCOVERED_LOCATORS - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- getAbstractTestComponent() - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Some static method returning AbstractTestComponent type object
- getAccessControlContext() - Method in class org.apache.river.test.spec.security.util.FakeSecurityContext
-
Method from SecurityContext.
- getActions() - Method in class org.apache.river.test.spec.policyprovider.util.QAPermission01
-
return empty string for all QAPermission01 objects
- getActions() - Method in class org.apache.river.test.spec.security.accesspermission.ReadObjectTest.FakeAccessPermission
-
- getActions() - Method in class org.apache.river.test.spec.security.authenticationpermission.ReadObjectTest.FakeAuthenticationPermission
-
- getActivationDesc(ActivationID) - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- getActivationGroupDesc(ActivationGroupID) - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- getActivationHost() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the activation host originally returned by the
getActivationHost method.
- getActivationID() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Return the ActivationID associated with the
service started by this admin.
- GetActivationID_BehaviorTest - Class in org.apache.river.test.spec.jrmp.jrmpexporter
-
Purpose
This test verifies the following:
getActivationID method of JrmpExporter returns the activation ID
associated with the object exported by this exporter, or null if
activation is not being used with this exporter.
- GetActivationID_BehaviorTest() - Constructor for class org.apache.river.test.spec.jrmp.jrmpexporter.GetActivationID_BehaviorTest
-
- GetActivationID_CallTest - Class in org.apache.river.test.spec.activation.activatableinvocationhandler
-
Purpose:
This test verifies the behavior of the
ActivatableInvocationHandler.getActivationID method
during normal call.
- GetActivationID_CallTest() - Constructor for class org.apache.river.test.spec.activation.activatableinvocationhandler.GetActivationID_CallTest
-
- getActivationPort() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the activation port originally returned by the
getServiceActivationPort method.
- getActiveCommDiscardMap(ArrayList) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Return any elements having either a groups entry or a locators entry
- getAddedWait() - Method in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
Based on the configuration of the test, this method computes and
returns the amount of time to wait for all events to arrive and,
if appropriate, adjusts the value of org.apache.river.sdm.discardWait.
- getAddLookupsToStart() - Method in class org.apache.river.test.share.BaseQATest
-
- getAddLookupsToStart() - Method in class org.apache.river.test.share.LookupServices
-
- getAdmin(String) - Method in class org.apache.river.qa.harness.AdminManager
-
Get the admin associated with the given service name.
- getAdmin(String, String) - Method in class org.apache.river.qa.harness.AdminManager
-
Get the admin associated with the given service name.
- getAdmin(Object) - Method in class org.apache.river.qa.harness.AdminManager
-
Obtain the admin associated with proxy.
- getAdmin() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- getAdmin() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestService
-
- getAdmin(ServiceRegistrar) - Method in class org.apache.river.test.spec.servicediscovery.discovery.Discovery
-
- getAdminManager() - Method in class org.apache.river.qa.harness.SlaveTest
-
Accessor for SlaveRequest to obtain the admin manager.
- getAdminProxy() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the lookup service admin object
- getalg() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
This method returns message digest algorithm.
- getAlg() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
This method returns message digest algorithm.
- getAllAdmins() - Method in class org.apache.river.qa.harness.AdminManager
-
- getAllInterfaces(Object) - Static method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustUtil
-
Returns an array containing all interfaces implemented
by the given object or null if class is null.
- getAllLookupsToStart() - Method in class org.apache.river.test.share.BaseQATest
-
- getAllLookupsToStart() - Method in class org.apache.river.test.share.LookupServices
-
- getAndCompare(URL, String) - Method in class org.apache.river.test.spec.url.httpmd.handler.GetDefaultPort
-
Getting the default port number of the specified HTTPMD URL object
and comparing the port with expected result (default port number).
- getAnnounceInterval() - Method in class org.apache.river.test.share.LookupServices
-
- getAnnounceInterval() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getAnotherURL() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Getting URL object to be compared with HTTPMD URL object
of this TestItem object.
- getArgs() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Get the command line arguments of the command being analyzed.
- getArrivalTimes() - Method in class org.apache.river.test.share.RememberingRemoteListener
-
Return an array of all arrival times received as of the time of
method call.
- getAString() - Method in interface org.apache.river.test.impl.outrigger.matching.ARemoteInterface
-
- getAString() - Method in class org.apache.river.test.impl.outrigger.matching.ARemoteInterfaceImpl
-
- GetAttributes - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetAttributes() - Constructor for class org.apache.river.test.spec.joinmanager.GetAttributes
-
- GetAttributesNew - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetAttributesNew() - Constructor for class org.apache.river.test.spec.joinmanager.GetAttributesNew
-
- getAttrIndx(Object, Entry[][]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Steps through the given array of attribute objects searching for
the element that equals the given attribute Object; returning the
element index if a match is found and -1 otherwise
- getAttrObj() - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Returns the attribute associated with this tuple
- getAttrs() - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Returns the array of attributes associated with this tuple
- getAverageBatchSize() - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
Return the average number of leases included in each batch
- getBasicServiceTypeFromConfig(QAConfig) - Static method in class org.apache.river.test.share.AttributesUtil
-
Using either values contained in the configure property file, or
default values, constructs and returns an instance of the attribute
class org.apache.river.lookup.entry.BasicServiceType.
- getBatchCancelCalls() - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
Return the number of calls made to the batchCancel method.
- getBatchCancelCalls() - Method in class org.apache.river.test.share.OpCountingOwner
-
Return the number of calls made to the batchCancel method.
- getBatchRenewCalls() - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
Return the number of calls made to the batchRenew method.
- getBatchRenewCalls() - Method in class org.apache.river.test.share.OpCountingOwner
-
Return the number of calls made to the batchRenew method.
- getBehavior(int) - Method in interface org.apache.river.test.share.TestParticipant
-
- getBehavior(int) - Method in class org.apache.river.test.share.TestParticipantImpl
-
- GetBlockTest - Class in org.apache.river.test.impl.outrigger.transaction
-
Checks if read/take works well when a matching entry is written during the
operations.
- GetBlockTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.GetBlockTest
-
- getBoolean(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns boolean.
- getBooleanConfigVal(String, boolean) - Method in class org.apache.river.qa.harness.QAConfig
-
This method will retrieve from the locally stored property list,
the value of a property whose name corresponds to the string
contained in the input argument "propertyName" and whose value
is of type 'boolean'.
- getBundle() - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the resource bundle for this class.
- getByte(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns byte.
- getCallerContext() - Method in class org.apache.river.test.spec.constraint.util.BaseTrustVerifierContext
-
Method from TrustVerifier.Context interface.
- getCallerContext() - Method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.TestTrustVerifierCtx
-
- getCallerContext() - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestTrustVerifierCtxSSL
-
- getCallerContext() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Returns a collection of context objects for use by trust verifiers.
- getCallsNum() - Method in class org.apache.river.test.spec.security.util.SCSPolicyProvider
-
Returns how much times getContext method was called.
- getCallsNum() - Method in class org.apache.river.test.spec.security.util.SCSSecurityManager
-
Returns how much times getContext method was called.
- getCancelCalls() - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
Return the number of calls made to the cancel method.
- getCancelCalls() - Method in class org.apache.river.test.share.OpCountingOwner
-
Return the number of calls made to the cancel method.
- getCategories() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Returns a default category name if no categories have been
defined for the test.
- getCategories() - Method in class org.apache.river.qa.harness.TestDescription
-
Get the test categories associated with this test.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.javaspace05.MutatingContentsTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.javaspace05.StableContentsTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadReadTakeTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadTakeAbortTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadTakeCommitTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.share.DestroyTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.share.LookupAttributeAdminTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.share.LookupGroupAdminTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getCategories() - Method in class org.apache.river.test.share.LookupLocatorAdminTest
-
Return an array of String whose elements comprise the
categories to which this test belongs.
- getChar(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns char.
- getClassAnnotation(Class) - Method in class org.apache.river.test.spec.io.util.FakeRMIClassLoaderSpi
-
- GetClassAnnotation - Class in org.apache.river.test.spec.loader.pref.preferredClassLoader
-
Purpose
This test verifies the behavior of the
public String getClassAnnotation()
method of the
net.jini.loader.pref.PreferredClassLoader class:
Return the string to be annotated with all classes loaded from
this class loader.
- GetClassAnnotation() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetClassAnnotation
-
- GetClassAnnotation - Class in org.apache.river.test.spec.loader.pref.preferredClassProvider
-
Purpose
This test verifies the behavior of the
public String getClassAnnotation(Class cl)
method of the
net.jini.loader.pref.PreferredClassProvider
class.
- GetClassAnnotation() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassAnnotation
-
- getClassAnnotationReturn - Static variable in class org.apache.river.test.spec.io.util.FakeRMIClassLoaderSpi
-
- getClasses() - Static method in class org.apache.river.test.spec.security.util.BaseIntegrityVerifier
-
Returns classes whose 'isTrustedObject' method was called.
- getClasses() - Static method in class org.apache.river.test.spec.security.util.BaseTrustVerifier
-
Returns classes whose 'isTrustedObject' method was called.
- getClasses() - Method in class org.apache.river.test.spec.security.util.FakeClassLoader
-
Returns an array of classes which was loaded through this class loader.
- getClassesArray() - Static method in class org.apache.river.test.spec.security.proxytrust.util.BaseIsTrustedObjectClass
-
Returns a list of classes whose checked methods were invoked.
- getClassLoader(Uuid) - Static method in class org.apache.river.test.impl.start.TestServiceSharedMap
-
- getClassLoader() - Method in class org.apache.river.test.spec.constraint.util.BaseTrustVerifierContext
-
Method from TrustVerifier.Context interface.
- getClassLoader(String) - Method in class org.apache.river.test.spec.io.util.FakeRMIClassLoaderSpi
-
- getClassLoader() - Method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.TestTrustVerifierCtx
-
- getClassLoader() - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestTrustVerifierCtxSSL
-
- GetClassLoader - Class in org.apache.river.test.spec.loader.pref.preferredClassProvider
-
Purpose
This test verifies the behavior of the
public ClassLoader getClassLoader(String codebase)
throws MalformedURLException
method of the
net.jini.loader.pref.PreferredClassProvider
class:
Returns a class loader that loads classes from the given codebase URL path.
- GetClassLoader() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassLoader
-
- getClassLoader() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Method from TrustVerifier.Context interface.
- getClassLoader0() - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- GetClassLoaderMalformedURLException - Class in org.apache.river.test.spec.loader.pref.preferredClassProvider
-
Purpose
This test verifies the behavior of the
public ClassLoader getClassLoader(String codebase)
throws MalformedURLException
method of the
net.jini.loader.pref.PreferredClassProvider
class:
Returns a class loader that loads classes from the given codebase URL path.
- GetClassLoaderMalformedURLException() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassLoaderMalformedURLException
-
- GetClassLoaderSecurityException - Class in org.apache.river.test.spec.loader.pref.preferredClassProvider
-
Purpose:
Purpose
This test verifies the behavior of the
public ClassLoader getClassLoader(String codebase)
throws MalformedURLException
method of the
net.jini.loader.pref.PreferredClassProvider
class:
Returns a class loader that loads classes from the given codebase URL path.
- GetClassLoaderSecurityException() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassLoaderSecurityException
-
- getClassLoaderTree(ClassLoader) - Static method in class org.apache.river.test.impl.mercury.EMSTestBase
-
- getClasspath() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the classpath originally returned by the
getServiceClasspath method.
- getClasspath() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Returns the classpath for compilation and test execution.
- getClasspath() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Get the classpath provided by the command line being analyzed.
- getClientConversation() - Method in class org.apache.river.test.spec.jeri.mux.util.Redirector
-
Returns the bytes sent by the client side of the connection
- getClientMaxPrincipal() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getClientMaxPrincipal() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getClientMinPrincipal() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getClientMinPrincipal() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getClientMinPrincipalType() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getClientMinPrincipalType() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- GetClientSocketFactory_BehaviorTest - Class in org.apache.river.test.spec.jrmp.jrmpexporter
-
Purpose
This test verifies the following:
getClientSocketFactory method of JrmpExporter returns the client socket
factory for this exporter, or null if none.
- GetClientSocketFactory_BehaviorTest() - Constructor for class org.apache.river.test.spec.jrmp.jrmpexporter.GetClientSocketFactory_BehaviorTest
-
- getClientSubject() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getClientSubject() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getCodebase() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the codebase originally returned by the
getServiceCodebase method.
- getCodebase() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Returns the codebase for the test.
- getCodeBase() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
This method returns codebase.
- getCollectedRemoteEvents(TestPullListener, MailboxPullRegistration, int, long) - Method in class org.apache.river.test.impl.mercury.EMSTestBase
-
- getCollectedRemoteEvents() - Method in interface org.apache.river.test.impl.mercury.TestPullListener
-
- getCollectedRemoteEvents() - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- getCollectedRemoteEventsSize() - Method in interface org.apache.river.test.impl.mercury.TestPullListener
-
- getCollectedRemoteEventsSize() - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- getColor() - Method in class org.apache.river.test.impl.outrigger.javaspace05.A0
-
- getColor() - Method in class org.apache.river.test.impl.outrigger.javaspace05.B0
-
- getColor() - Method in class org.apache.river.test.impl.outrigger.javaspace05.C0
-
- getColor() - Method in interface org.apache.river.test.impl.outrigger.javaspace05.TestEntry
-
- getCombinedConstraints() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Get the combined constraints which are associated with the
remote call in progress.
- getCombiner() - Method in class org.apache.river.test.spec.security.util.TestPrivilegedAction
-
Returns stored domain combiner.
- getCombiner() - Method in class org.apache.river.test.spec.security.util.TestPrivilegedExceptionAction
-
Returns stored domain combiner.
- getCommandLine() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Get the command line for the test VM.
- getCommonStaticVariable() - Method in interface org.apache.river.test.impl.start.TestService
-
Get the current value of a static variable
in TestServiceDummyClass0 (a class with a
defining class loader that is common to
all application class loaders).
- getCommonStaticVariable() - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- getComponent() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service component name originally returned by the
getServiceComponent method.
- getComponent() - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
returns last component argument of getEntryInternal method
- getComponentFile(String, TestDescription) - Method in class org.apache.river.qa.harness.QAConfig
-
Return the File associated with entryName.
- getComponentURL(String, TestDescription) - Method in class org.apache.river.qa.harness.QAConfig
-
Return the url associated with entryName.
- getConfig() - Static method in class org.apache.river.qa.harness.QAConfig
-
Static accessor for the config instance.
- getConfig() - Method in class org.apache.river.qa.harness.QATestEnvironment
-
Return the QAConfig object for the test environment.
- getConfig() - Method in class org.apache.river.qa.harness.SlaveTest
-
Accessor for SlaveRequest to obtain the config object.
- getConfigObject(Class, String) - Method in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- getConfiguration() - Method in class org.apache.river.qa.harness.QAConfig
-
Provides the net.jini.config.Configuration
object bound to this test.
- getConfiguration() - Static method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
- getConfiguration() - Static method in class org.apache.river.test.spec.javaspace.conformance.ParticipantImpl
-
- getConfiguration() - Static method in class org.apache.river.test.spec.javaspace.conformance.TestEventListener05
-
- getConfiguration() - Method in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- getConfigurationFileName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the configuration file name originally obtained by the
getServiceConfigurationFileName method.
- getConfiguredMailbox() - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getConstrainedLocator(String, int) - Static method in class org.apache.river.qa.harness.QAConfig
-
Get a ConstrainableLookupLocator for the given host and port
using constraints provided by the test.locatorConstraints
entry from the test configuration file.
- getConstrainedLocator(LookupLocator) - Static method in class org.apache.river.qa.harness.QAConfig
-
Get a ConstrainableLookupLocator for the host and port
provided by the given locator, using constraints provided by the
test.locatorConstraints entry from the test configuration
file.
- getConstrainedLocator(String) - Static method in class org.apache.river.qa.harness.QAConfig
-
Get a ConstrainableLookupLocator for the given
URL , using constraints provided by the
test.locatorConstraints entry from the test configuration
file.
- getConstrainedLocator(String, int) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getConstrainedLocator(LookupLocator) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getConstrainedLocator(String) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getConstraintAlternatives1() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getConstraintAlternatives1() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getConstraintAlternatives2() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getConstraintAlternatives2() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getConstraints() - Method in class org.apache.river.test.impl.norm.ConstrainableTestLease
-
- getConstraints() - Method in class org.apache.river.test.share.ConstrainableTestLease
-
- getConstraints() - Method in class org.apache.river.test.share.ConstrainableUnreadableTestLease
-
- getConstraints() - Method in class org.apache.river.test.spec.activation.util.RMCProxy
-
- getConstraints(Method) - Method in class org.apache.river.test.spec.io.util.FakeMethodConstraints
-
Implementation of interface method.
- getConstraints(Method) - Method in class org.apache.river.test.spec.jeri.util.FakeMethodConstraints
-
Implementation of interface method.
- getConstraints(Method) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeMethodConstraints
-
Implementation of interface method.
- getConstraints() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeRemoteMethodControl
-
- getConstraints() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseProxyTrust
-
Returns MethodConstraints passed to 'setConstraints' method.
- getConstraints() - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCImpl
-
Method from RemoteMethodControl interface.
- getConstraints() - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
Method from RemoteMethodControl interface.
- GetConstraints_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints
-
Purpose:
This test verifies the behavior of the getConstraints method of
BasicMethodConstraints class.
- GetConstraints_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.GetConstraints_Test
-
- GetConstraints_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc
-
Purpose:
This test verifies the behavior of the getConstraints method of
MethodDesc class.
- GetConstraints_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.GetConstraints_Test
-
- GetContext - Class in org.apache.river.test.impl.start.aggregatepolicyprovider
-
Auxiliary class for GetContextTest
- GetContext() - Constructor for class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContext
-
- getContext() - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- getContext() - Method in class org.apache.river.test.spec.security.util.SCSPolicyProvider
-
Returns test SecurityContext.
- getContext() - Method in class org.apache.river.test.spec.security.util.SCSSecurityManager
-
Returns test SecurityContext.
- getContext() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Getting the context in which to parse the specification.
- GetContextTest - Class in org.apache.river.test.impl.start.aggregatepolicyprovider
-
- GetContextTest() - Constructor for class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContextTest
-
- GetContextTest - Class in org.apache.river.test.spec.security.security
-
Purpose
This test verifies the following:
'getContext' static method of Security class returns a snapshot of the
current security context, which can be used to restore the context at a
later time.
- GetContextTest() - Constructor for class org.apache.river.test.spec.security.security.GetContextTest
-
- getCookie() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestEndpointListener
-
- getCookie() - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
Returns the cookie associated with this message
- getCookie() - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
Returns the cookie associated with this message
- getCookies() - Method in class org.apache.river.test.spec.jeri.transport.util.IllegalArgumentContext
-
- getCount(String, String) - Static method in class org.apache.river.test.impl.end2end.jssewrapper.Statistics
-
Return the call count for the given class and method names
- getCreated(TransactionManager, long) - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- getCreateds(TransactionManager, long[]) - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- getCreateMethod() - Static method in class org.apache.river.test.impl.start.ServiceStarterCreateBaseTest
-
- getCreateWithLoginMethod() - Static method in class org.apache.river.test.impl.start.ServiceStarterCreateBaseTest
-
- getCtx() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifier
-
Returns context passed to 'isTrustedObject' method.
- getCtxObjs() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Returns context objects passed to constructor.
- getCtxs() - Static method in class org.apache.river.test.spec.security.util.BaseTrustVerifier
-
Returns contexts passed to 'isTrustedObject' method.
- GetCurrentProxy_CallTest - Class in org.apache.river.test.spec.activation.activatableinvocationhandler
-
Purpose:
This test verifies the behavior of the
ActivatableInvocationHandler class getCurrentProxy method
during non exceptional call.
- GetCurrentProxy_CallTest() - Constructor for class org.apache.river.test.spec.activation.activatableinvocationhandler.GetCurrentProxy_CallTest
-
- getCurTime() - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Returns the current time in milliseconds
- getData() - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
returns last data argument of getEntryInternal method
- getDefaultExporter() - Static method in class org.apache.river.qa.harness.QAConfig
-
Returns the default exporter for the test.
- getDefaultInstanceCarrier() - Method in class org.apache.river.test.impl.end2end.e2etest.End2EndTest
-
Return an InstanceCarrier to be used when the wrapper
is disabled.
- getDefaultInstanceCarrier() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestCoordinator
-
The the default InstanceCarrier for the
TestClient.
- GetDefaultPort - Class in org.apache.river.test.spec.url.httpmd.handler
-
Purpose:
This test verifies the behavior of Handler.getDefaultPort() method.
- GetDefaultPort() - Constructor for class org.apache.river.test.spec.url.httpmd.handler.GetDefaultPort
-
- getDefaultPort() - Method in class org.apache.river.test.spec.url.httpmd.util.TestHandler
-
Returns the default port for a URL parsed by this handler.
- GetDeliveryContext - Class in org.apache.river.test.spec.jeri.transport.util
-
- GetDeliveryContext(RequestDispatcher) - Constructor for class org.apache.river.test.spec.jeri.transport.util.GetDeliveryContext
-
- GetDeliveryDispatcher - Class in org.apache.river.test.spec.jeri.transport.util
-
- GetDeliveryDispatcher() - Constructor for class org.apache.river.test.spec.jeri.transport.util.GetDeliveryDispatcher
-
- getDeliveryStatus() - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
Implementation of interface method.
- GetDeliveryStatusTest - Class in org.apache.river.test.spec.jeri.transport
-
- GetDeliveryStatusTest() - Constructor for class org.apache.river.test.spec.jeri.transport.GetDeliveryStatusTest
-
- getDependants() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
Get the classes dependant on this class.
- getDependencyRelationshipMap(Collection, boolean) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
This method builds the entire DependencyRelationShipMap that can be
used to analyse class dependencies.
- getDescription() - Method in class org.apache.river.test.impl.outrigger.javaspace05.MutatingContentsTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.javaspace05.StableContentsTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.GetBlockTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTestRead
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.MultipleAccessTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.NotifyLogTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.NotifyTransactionTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestAbort
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestAbortActive
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestAbortThrows
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestAbortWait
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestCommit
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestCommitThrows
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTestCommitWait
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.ReactivationTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadReadTakeTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadTakeAbortTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadTakeCommitTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleTransactionTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleTransactionTest2
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.impl.outrigger.transaction.TwoSpaceTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.share.DestroyTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.share.LookupAttributeAdminTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.share.LookupGroupAdminTest
-
Return a String which describes this test
- getDescription() - Method in class org.apache.river.test.share.LookupLocatorAdminTest
-
Return a String which describes this test
- getDescriptors() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the ServiceDescriptors contained in the service
starter configuration.
- getDestroyMethod() - Static method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBaseTest
-
- getDestroyWithLoginMethod() - Static method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBaseTest
-
- getDir() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the directory name originally returned by the
getServiceDir method.
- getDiscardedMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getDiscoveredLocators() - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
Returns the locators of the lookups from discoveredMap, which
contains both the lookups that are expected to be discovered,
as well as the lookups that have already been discovered.
- GetDiscoveredLocators - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetDiscoveredLocators() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetDiscoveredLocators
-
- GetDiscoveredLocatorsAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the getDiscoveredLocators method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- GetDiscoveredLocatorsAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.GetDiscoveredLocatorsAfterTerminate
-
- GetDiscoveredLocatorsEmpty - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetDiscoveredLocatorsEmpty() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetDiscoveredLocatorsEmpty
-
- GetDiscoveredLocatorsNew - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetDiscoveredLocatorsNew() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetDiscoveredLocatorsNew
-
- getDiscoveredMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getDiscoveryAdmin(ServiceRegistrar) - Static method in class org.apache.river.test.share.DiscoveryAdminUtil
-
Determines if the input object implements both the
net.jini.admin.Administrable and the
net.jini.lookup.DiscoveryAdmin interfaces, and
if yes, returns a proxy to an instance of the
net.jini.lookup.DiscoveryAdmin interface.
- GetDiscoveryManager - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetDiscoveryManager() - Constructor for class org.apache.river.test.spec.joinmanager.GetDiscoveryManager
-
- getDouble(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns double.
- getDoubleConfigVal(String, double) - Method in class org.apache.river.qa.harness.QAConfig
-
This method will retrieve from the locally stored property list,
the value of a property whose name corresponds to the string
contained in the input argument "propertyName" and whose value
is of type 'double'.
- getDurationTime() - Method in class org.apache.river.qa.harness.TestList
-
- getEndpoint() - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
Returns a client endpoint that uses
net.jini.jeri.connection.ConnectionManager to manage its
connections.
- getEndpoints() - Method in class org.apache.river.test.spec.jeri.transport.util.EqualityContext
-
- getEndpoints() - Method in class org.apache.river.test.spec.jeri.transport.util.GetDeliveryContext
-
- getEndpoints() - Method in class org.apache.river.test.spec.jeri.transport.util.IllegalArgumentContext
-
- getEndpoints() - Method in class org.apache.river.test.spec.jeri.transport.util.SETContext
-
- GetEntriesTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckPersistence.GetEntriesTask
-
- getEntry(String, String, Class) - Method in class org.apache.river.qa.harness.QAConfiguration
-
- getEntry(String, String, Class, Object) - Method in class org.apache.river.qa.harness.QAConfiguration
-
- getEntry(String, String, Class, Object, Object) - Method in class org.apache.river.qa.harness.QAConfiguration
-
- getEntry() - Static method in class org.apache.river.test.impl.outrigger.matching.RandomEntryFactory
-
Returns a non-unique, random Entry object.
- getEntry(String, String, Class) - Method in class org.apache.river.test.spec.config.configurationprovider.BadConstructorConfiguration
-
- getEntry(String, String, Class, Object) - Method in class org.apache.river.test.spec.config.configurationprovider.BadConstructorConfiguration
-
- getEntry(String, String, Class, Object, Object) - Method in class org.apache.river.test.spec.config.configurationprovider.BadConstructorConfiguration
-
- getEntry(String, String, Class) - Method in class org.apache.river.test.spec.config.configurationprovider.ValidConfiguration
-
- getEntry(String, String, Class, Object) - Method in class org.apache.river.test.spec.config.configurationprovider.ValidConfiguration
-
- getEntry(String, String, Class, Object, Object) - Method in class org.apache.river.test.spec.config.configurationprovider.ValidConfiguration
-
- getEntry(String, String, Class) - Method in class org.apache.river.test.spec.config.configurationprovider.ValidConfigurationWithoutDefaults
-
- getEntry(String, String, Class, Object) - Method in class org.apache.river.test.spec.config.configurationprovider.ValidConfigurationWithoutDefaults
-
- getEntry(String, String, Class, Object, Object) - Method in class org.apache.river.test.spec.config.configurationprovider.ValidConfigurationWithoutDefaults
-
- GetEntry_Test - Class in org.apache.river.test.spec.config.abstractconfiguration
-
Purpose:
This test verifies the behavior of the getEntry methods of
AbstractConfiguration class.
- GetEntry_Test() - Constructor for class org.apache.river.test.spec.config.abstractconfiguration.GetEntry_Test
-
- getEntryClasses(ServiceTemplate) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getEntryClasses(ServiceTemplate) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- GetEntryClassesAttrNull - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getEntryClasses() operates
as expected when a template containing only an attribute class having
only null fields is input.
- GetEntryClassesAttrNull() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesAttrNull
-
- GetEntryClassesAttrVals - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getEntryClasses() operates
as expected when a template containing only an attribute class with
non-null fields is input.
- GetEntryClassesAttrVals() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesAttrVals
-
- GetEntryClassesEmpty - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getEntryClasses() operates
as expected when an "empty" template is input.
- GetEntryClassesEmpty() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesEmpty
-
- GetEntryClassesNoMatch - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getEntryClasses with a template
that matches nothing results in a null return value.
- GetEntryClassesNoMatch() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetEntryClassesNoMatch
-
- GetEntryClassesNullTemplate - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getEntryClasses with a
null template results in a NullPointerException.
- GetEntryClassesNullTemplate() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetEntryClassesNullTemplate
-
- GetEntryClassesTypeAttr - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getEntryClasses() operates
as expected when a template containing only an attribute class having
only null fields is input.
- GetEntryClassesTypeAttr() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesTypeAttr
-
- getEntryInternal(String, String, Class, Object) - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
emulation of getEntryInternal
- getEntryInternal(String, String, Class, Object) - Method in class org.apache.river.test.spec.config.configurationfile.FakeConfigurationFile
-
- GetEntryInternal_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the getEntryInternal method of
ConfigurationFile class.
- GetEntryInternal_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.GetEntryInternal_Test
-
- GetEntryInternal_Test - Class in org.apache.river.test.spec.config.emptyconfiguration
-
Purpose:
This test verifies the behavior of the getEntryInternal method of
EmptyConfiguration class.
- GetEntryInternal_Test() - Constructor for class org.apache.river.test.spec.config.emptyconfiguration.GetEntryInternal_Test
-
- GetEntryNames_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the getEntryNames method of
ConfigurationFile class.
- GetEntryNames_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.GetEntryNames_Test
-
- GetEntryType_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the getEntryType method of
ConfigurationFile class.
- GetEntryType_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.GetEntryType_Test
-
- getErrorCount() - Static method in class org.apache.river.tool.envcheck.Reporter
-
Get the total number of error records that were generated.
- getEventCount() - Method in interface org.apache.river.test.impl.mercury.TestListener
-
- getEventCount() - Method in class org.apache.river.test.impl.mercury.TestListenerImpl
-
- getEventLease(EventRegistration) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
- getEventMailBoxServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getEvents() - Method in class org.apache.river.test.share.RememberingRemoteListener
-
Return an array of all events received as of the time of method call.
- getEventsNum(EventRegistration) - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
Returns current event's number.
- getException() - Method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustThrowingRE1
-
Returns exception which was thrown during 'getProxyVerifier' call.
- getException() - Method in interface org.apache.river.test.spec.security.proxytrust.util.ThrowingRE
-
Returns exception which was thrown during checked method call.
- getException() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustIteratorThrowingRE
-
Returns exception which was thrown during 'next' call.
- getException() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContextThrowingRE
-
Returns exception which was thrown during 'isTrustedObject' call.
- getException() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierThrowingRE
-
Returns exception which was thrown during 'isTrustedObject' call.
- getException() - Method in class org.apache.river.test.spec.security.util.PEAThrowingCheckedEx
-
Returns Exception thrown by run method.
- getException() - Method in class org.apache.river.test.spec.security.util.PrivilegedExceptionActionThrowingEx
-
Returns Exception thrown by run method.
- getExceptions() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegTuple
-
- getExpected() - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest.TestCase
-
Get the expected result of the Test Case.
- getExpected() - Method in class org.apache.river.test.spec.export.exportpermission.ExportPermission_AbstractTest.TestCase
-
Get the expected result of the Test Case.
- getExpected() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Getting the expected result (Exception or HTTPMD URL in the
String representation).
- getExpected() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
This method returns expected result.
- getExpectedActiveDiscardedMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getExpectedCommDiscardedMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getExpectedDiscardedMap(AbstractBaseTest.RegistrationInfo, int) - Method in class org.apache.river.test.share.LookupServices
-
- getExpectedDiscardedMap(AbstractBaseTest.RegistrationInfo, int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getExpectedDiscoveredMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getExpectedException() - Method in class org.apache.river.test.spec.renewalservice.EventLeaseIndefiniteTest
-
- getExpectedException() - Method in class org.apache.river.test.spec.renewalservice.EventLeaseTest
-
Get the last exception excepted to the thrown.
- getExpectedException() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureEventIndefiniteTest
-
- getExpectedException() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureEventTest
-
Get the last exception excepted to the thrown.
- getExpectedHandback() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getExpectedNoInterestDiscardedMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getExpectedPassiveDiscardedMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getExpectedServiceList() - Method in class org.apache.river.test.share.BaseQATest
-
- getExpiration() - Method in class org.apache.river.test.impl.norm.BaseOwner
-
Returns the expiration time of the lease
- getExpiration() - Method in class org.apache.river.test.impl.norm.OurAbstractLease
-
Return the lease expiration.
- getExpiration() - Method in class org.apache.river.test.impl.norm.RenewAtOwner
-
Returns the expiration time of the lease
- getExpiration() - Method in class org.apache.river.test.impl.norm.RenewingOwner
-
Returns the expiration time of the lease
- getExpiration() - Method in class org.apache.river.test.share.OurAbstractLease
-
Return the lease expiration.
- getExpiration() - Method in class org.apache.river.test.share.TrackingOwner
-
Returns the expiration time of the lease
- getExplanation() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Returns the explanation text.
- getExpNum() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseExporter
-
Returns number of 'export' method invocations.
- getExporter() - Method in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
- getExpRes(Class[], String) - Method in class org.apache.river.test.spec.security.security.VerifyCodebaseIntegrityTest
-
Return Class representing expected result - if non-null, that means
that SecurityException must be thrown.
- getExpRes(Class[]) - Method in class org.apache.river.test.spec.security.security.VerifyObjectTrustTest
-
Return Class representing expected result - if non-null, that means
that an exception must be thrown of returned type.
- getExpRes() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
This method returns expected result.
- getExpResult() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Getting expected result of this TestItem object.
- getExTestNum() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
Returns number of 'exTest' method invocations.
- getExTestNum() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
Returns number of 'exTest' method invocations.
- getExtraProxyInterfaces(Remote) - Method in class org.apache.river.test.spec.jeri.util.FakeAbstractILFactory
-
- GetExtraProxyInterfacesTest - Class in org.apache.river.test.spec.jeri.basicilfactory
-
Purpose
This test verifies the behavior of the
BasicILFactory.getExtraProxyInterfaces protected method.
- GetExtraProxyInterfacesTest() - Constructor for class org.apache.river.test.spec.jeri.basicilfactory.GetExtraProxyInterfacesTest
-
- getFailureCount() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Get the number of test failures encountered thus far.
- getFailureReason() - Method in class org.apache.river.test.spec.renewalservice.LeaseRenewalServiceTestUtil
-
Returns the reason text of the last failure.
- getFiddlerAdmin(Object) - Static method in class org.apache.river.test.share.FiddlerAdminUtil
-
Determines if the input object implements both the
net.jini.admin.Administrable and the
org.apache.river.fiddler.FiddlerAdmin interfaces,
and if yes, returns a proxy to an instance of the
org.apache.river.fiddler.FiddlerAdmin interface.
- getFieldInfo(Entry) - Static method in class org.apache.river.test.share.AttributesUtil
-
Returns public, non-static, non-transient, non-final fields contained
in the given entry parameter
- getFieldValues(ServiceTemplate, int, String) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getFieldValues(ServiceTemplate, int, String) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- GetFieldValuesAttr - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getFieldValues() operates
as expected when a template containing only initialized attributes
(non-null fields) is input.
- GetFieldValuesAttr() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetFieldValuesAttr
-
- GetFieldValuesAttrNull - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getFieldValues() operates
as expected when a template containing only non-initialized attributes
(null fields) is input.
- GetFieldValuesAttrNull() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetFieldValuesAttrNull
-
- GetFieldValuesBadField - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getFieldValues with a
bad field name results in a NoSuchFieldException.
- GetFieldValuesBadField() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesBadField
-
- GetFieldValuesBadIndex - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getFieldValues with a
bad set index results in an IndexOutOfBoundsException.
- GetFieldValuesBadIndex() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesBadIndex
-
- GetFieldValuesNoMatch - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getFieldValues with a template
that matches nothing results in a null return value.
- GetFieldValuesNoMatch() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesNoMatch
-
- GetFieldValuesNullTemplate - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getFieldValues with a
null template results in a NullPointerException.
- GetFieldValuesNullTemplate() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesNullTemplate
-
- getFileContents(String) - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
Obtaining the contents of the file into Vector of Bytes.
- getFileContents(URL) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDException
-
Obtaining the contents of the file specified by HTTPMD URL object.
- getFileContents(URL) - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDExceptionHandler
-
Obtaining the contents of the file specified by HTTPMD URL object.
- getFiles() - Method in class org.apache.river.tool.ClassDep
-
If true classnames will be separated using
File.separator, else it will use dots.
- getFinishTime() - Method in class org.apache.river.qa.harness.TestList
-
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Constructs and returns the ServiceItemFilter that is to
be applied either by the service discovery manager through a call
to one of the versions of the lookup method on the
service discovery manager, or by a lookup cache through a call to
the createCache method.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the lookup cache to the results of the template matching.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterNoFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the lookup cache to the results of the template matching.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the service discovery manager to the results of the
template matching.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMaxFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the service discovery manager to the results of the
template matching.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinEqualsMaxFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the service discovery manager to the results of the
template matching.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinLessMaxFilter
-
Constructs and returns the ServiceItemFilter to be used in the
ServiceDiscoveryManager.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinMaxNoBlockFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the service discovery manager to the results of the
template matching.
- getFirstStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupWaitFilter
-
Constructs and returns the ServiceItemFilter to be
applied by the service discovery manager to the results of the
template matching.
- getFloat(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns float.
- getFloatConfigVal(String, float) - Method in class org.apache.river.qa.harness.QAConfig
-
This method will retrieve from the locally stored property list,
the value of a property whose name corresponds to the string
contained in the input argument "propertyName" and whose value
is of type 'float'.
- getGenMap() - Method in class org.apache.river.test.share.BaseQATest
-
- getGenMap() - Method in class org.apache.river.test.share.LookupServices
-
- getGenMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getGetGrantsParams() - Method in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Returns parameters passed to 'getGrants' method.
- getGrantParams() - Method in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Returns parameters passed to 'grant' method.
- getGrants(Class, Principal[]) - Method in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Method from DynamicPolicy interface.
- getGrants(Class, Principal[]) - Method in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Stores incoming parameters.
- GetGrantsNoPrincipal - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that DynamicPolicyProvider returns
dynamic granted permissions (granted with no principals) properly.
- GetGrantsNoPrincipal() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GetGrantsNoPrincipal
-
- getGrantsParams - Variable in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Parameters passed to 'getGrants' method.
- getGrantSupNum() - Method in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Returns number of 'grantSupported' method calls.
- getGroupDescriptor() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the SharedActivationGroupDescriptor contained in the
service starter configuration.
- getGroupID() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Return the ActivationGroupID associated with the
service started by this admin.
- getGroupListToUseByIndex(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
RegInfo index should always be the handback value for the regInfo
- GetGroupLoginConfigs() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckJsseProps.GetGroupLoginConfigs
-
- getGroups() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the set of groups originally generated by a previous call
to addServiceGroupsAndLocators.
- getGroups() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- getGroups(LookupLocator, List) - Static method in class org.apache.river.test.share.BaseQATest
-
Searches the given ArrayList containing instances of
LocatorGroupsPair for an element that references the given
locator, and returns the corresponding member groups of the
lookup service associated with that locator.
- getGroups() - Method in class org.apache.river.test.share.BaseQATest.LocatorGroupsPair
-
- getGroups() - Method in class org.apache.river.test.share.BaseQATest.ToJoinPair
-
- GetGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the getGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- GetGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.GetGroups
-
- GetGroupsAfterTerminate - Class in org.apache.river.test.impl.lookupdiscovery
-
With respect to the current implementation of the
LookupDiscovery utility, this class verifies
that if the getGroups method is invoked
after the lookup discovery utility has been terminated, an
IllegalStateException results.
- GetGroupsAfterTerminate() - Constructor for class org.apache.river.test.impl.lookupdiscovery.GetGroupsAfterTerminate
-
- GetGroupsAllGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the getGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- GetGroupsAllGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.GetGroupsAllGroups
-
- getGroupsMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegTuple
-
- GetGroupsNew - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the getGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- GetGroupsNew() - Constructor for class org.apache.river.test.spec.lookupdiscovery.GetGroupsNew
-
- GetGroupsNoGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the getGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- GetGroupsNoGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.GetGroupsNoGroups
-
- GetGroupsTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckConfig.GetGroupsTask
-
- getGroupsToDiscover(List) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Based on the ArrayList input, this method will extract and return a
String[] array containing the groups that should be used to configure
the lookup discovery service for group discovery.
- getGroupsToDiscover() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getGroupsToDiscoverByIndex(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
RegInfo index should always be the handback value for the regInfo
- getGroupsWithDups(String[]) - Static method in class org.apache.river.test.share.GroupsUtil
-
Constructs a set of groups that contains elements which duplicate
other elements in the set, as well as one or more of the groups
contained in the groups parameter.
- getHandback() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getHasNextCalls() - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequestIterator
-
- getHost(Object) - Method in class org.apache.river.qa.harness.AdminManager
-
Return the name of the host the service represented by the given proxy
is running on.
- getHost() - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
Returns the host on which the test is being run.
- getHostList() - Method in class org.apache.river.qa.harness.QAConfig
-
Get the list of participating test hosts.
- getHttpmdURL() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Getting HTTPMD URL object of this TestItem object.
- getImpl() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service implementation class name originally returned by the
getServiceImpl method.
- getInactiveObjectActivationID() - Static method in class org.apache.river.test.spec.activation.util.FakeActivationGroup
-
- getInactiveObjectExporter() - Static method in class org.apache.river.test.spec.activation.util.FakeActivationGroup
-
- getInactiveObjectTouch() - Static method in class org.apache.river.test.spec.activation.util.FakeActivationGroup
-
- getInitLookupsToStart() - Method in class org.apache.river.test.share.BaseQATest
-
- getInitLookupsToStart() - Method in class org.apache.river.test.share.LookupServices
-
- getInstance() - Method in interface org.apache.river.test.impl.end2end.e2etest.InstanceCarrier
-
Returns the instance of the TestClient being carried.
- GetInstance_ClassLoaderDenyTest - Class in org.apache.river.test.spec.config.configurationprovider
-
Purpose:
This test verifies the behavior of the
getInstance(String[] options, ClassLoader cl)
method of the ConfigurationProvider class.
- GetInstance_ClassLoaderDenyTest() - Constructor for class org.apache.river.test.spec.config.configurationprovider.GetInstance_ClassLoaderDenyTest
-
- GetInstance_ClassLoaderTest - Class in org.apache.river.test.spec.config.configurationprovider
-
Purpose:
This test verifies the behavior of the
getInstance(String[] options, ClassLoader cl)
method of the ConfigurationProvider class.
- GetInstance_ClassLoaderTest() - Constructor for class org.apache.river.test.spec.config.configurationprovider.GetInstance_ClassLoaderTest
-
- GetInstance_QATest - Class in org.apache.river.test.spec.config.configurationprovider
-
This class collects together common parts for all getInstance
method tests infrastructure.
- GetInstance_QATest() - Constructor for class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
- GetInstance_Test - Class in org.apache.river.test.spec.config.configurationprovider
-
Purpose:
This test verifies the behavior of the getInstance(String[]) method
of the ConfigurationProvider class.
- GetInstance_Test() - Constructor for class org.apache.river.test.spec.config.configurationprovider.GetInstance_Test
-
- getInt(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns int.
- getIntConfigVal(String, int) - Method in class org.apache.river.qa.harness.QAConfig
-
This method will retrieve from the locally stored property list,
the value of a property whose name corresponds to the string
contained in the input argument "propertyName" and whose value
is of type 'int'.
- getInterfaceTestComponent() - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Some static method returning InterfaceTestComponent type object
- getInvocationConstraint1() - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest.TestCase
-
- getInvocationConstraint2() - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest.TestCase
-
- getInvocationDispatcherMethods(Remote) - Method in class org.apache.river.test.spec.jeri.util.FakeAbstractILFactory
-
- getJarsDir(QAConfig) - Static method in class org.apache.river.test.spec.loader.util.Util
-
Returns jars dir with qa1*.jar files.
- getJarToRun() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the name of the executable JAR file supplied on the
command line being analyzed.
- getJavaCmd() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the java command for the command line being analyzed.
- getJoinAdmin(Object) - Static method in class org.apache.river.test.share.JoinAdminUtil
-
Determines if the input object implements both the
net.jini.admin.Administrable and the
net.jini.admin.JoinAdmin interfaces, and
if yes, returns a proxy to an instance of the
net.jini.admin.JoinAdmin interface.
- GetJoinSetCallback - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetJoinSetCallback() - Constructor for class org.apache.river.test.spec.joinmanager.GetJoinSetCallback
-
- GetJoinSetCallbackNew - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetJoinSetCallbackNew() - Constructor for class org.apache.river.test.spec.joinmanager.GetJoinSetCallbackNew
-
- GetJoinSetServiceID - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetJoinSetServiceID() - Constructor for class org.apache.river.test.spec.joinmanager.GetJoinSetServiceID
-
- GetJoinSetServiceIDNew - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetJoinSetServiceIDNew() - Constructor for class org.apache.river.test.spec.joinmanager.GetJoinSetServiceIDNew
-
- getJSKHomeDir() - Method in class org.apache.river.qa.harness.QAConfig
-
Return the path to the JSK home (installation) directory
- getJVM() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the jvm originally returned by the
getServiceJVM method.
- getJVMArgs() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Augments the arguments returned by the superclass call with
property definition strings for the properties:
test.src
test.classes
- getKitHomeDir() - Method in class org.apache.river.qa.harness.QAConfig
-
Return the path to the QA home (installation) directory
- getLastEndpointException() - Static method in class org.apache.river.test.impl.end2end.jssewrapper.EndpointWrapper
-
Method to return the last exception encountered in the wrapped iterator
- getLastLeaseRenewed() - Method in class org.apache.river.test.share.RenewingRemoteListener
-
Return the last lease that was successfully renewed.
- getLastRenewTime() - Method in class org.apache.river.test.impl.norm.BaseOwner
-
Returns the time of the last renewal call
- getLastRenewTime() - Method in class org.apache.river.test.impl.norm.FailingOwner
-
Returns the time of the last renewal call
- getLastRenewTime() - Method in class org.apache.river.test.impl.norm.RenewAtOwner
-
Returns the time of the last renewal call
- getLastRenewTime() - Method in class org.apache.river.test.impl.norm.RenewingOwner
-
Returns the time of the last renewal call
- getLastRenewTime() - Method in class org.apache.river.test.share.FailingOwner
-
Returns the time of the last renewal call
- getLastRenewTime() - Method in class org.apache.river.test.share.TrackingOwner
-
Returns the time of the last renewal call
- getLastThrowable() - Method in class org.apache.river.test.share.FailingOwner
-
Return the last throwable thrown by this owner.
- GetLeaseDurationBound - Class in org.apache.river.test.impl.fiddler.fiddleradmin
-
This class determines whether or not the lookup discovery service can
successfully return the bound value currently imposed on the lease
durations granted by the service.
- GetLeaseDurationBound() - Constructor for class org.apache.river.test.impl.fiddler.fiddleradmin.GetLeaseDurationBound
-
- GetLeaseRenewalManager - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- GetLeaseRenewalManager() - Constructor for class org.apache.river.test.spec.joinmanager.GetLeaseRenewalManager
-
- getLeaseRenewalServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getLeases() - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
Return the array of leases
- GetLeasesTest - Class in org.apache.river.test.impl.norm
-
Test creates a number leases, places it in a lease renewal set, uses
getLeases to ensure that they are all still there, removes one, makes
sure that the other ones are still in the set and the removed one is not.
- GetLeasesTest() - Constructor for class org.apache.river.test.impl.norm.GetLeasesTest
-
- GetLeasesTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the getLeases method returns all the client leases in
the set at the time of the call as an array of type Lease.
- GetLeasesTest() - Constructor for class org.apache.river.test.spec.renewalservice.GetLeasesTest
-
- GetLeaseTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the getLease method returns the lease of the set itself.
- GetLeaseTest() - Constructor for class org.apache.river.test.spec.renewalservice.GetLeaseTest
-
- getLeaseTime() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
Returns time for which this listener will count events
- getLevel() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Returns the message level.
- getLineNumber() - Method in exception org.apache.river.test.spec.config.configurationfile.ConfigurationFileException
-
Returns the line number in the configuration source that triggered this
exception.
- getListenEndpoint() - Method in class org.apache.river.test.spec.jeri.transport.util.EndpointHolder
-
- getListener() - Static method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETransportListener
-
- getListener() - Static method in class org.apache.river.test.spec.jeri.connection.util.ConnectionTransportListener
-
- getListenHandle() - Method in class org.apache.river.test.spec.jeri.transport.util.EndpointHolder
-
- getListenPort() - Method in class org.apache.river.test.spec.jeri.connection.util.AbstractConnectionTest
-
- getLocalHostName() - Method in class org.apache.river.qa.harness.QAConfig
-
Return the name of the local host.
- getLocalStaticVariable() - Method in interface org.apache.river.test.impl.start.TestService
-
Get the current value of a static variable
in the class implementing this interface
Used by: ClasspathTest
- getLocalStaticVariable() - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- getLocation() - Method in exception org.apache.river.test.spec.config.configurationfile.ConfigurationFileException
-
Returns the location of the configuration source or null if
location information is unavailable.
- getLocator() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getLocator() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- getLocator() - Method in class org.apache.river.test.share.BaseQATest.LocatorGroupsPair
-
- getLocatorListToUseByIndex(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
RegInfo index should always be the hand-back value for the regInfo
- getLocators() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the set of locators originally generated by a previous call
to addServiceGroupsAndLocators.
- getLocators() - Method in class org.apache.river.test.share.BaseQATest.ToJoinPair
-
- GetLocators - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetLocators() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetLocators
-
- GetLocatorsAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the getLocators method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- GetLocatorsAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.GetLocatorsAfterTerminate
-
- GetLocatorsEmpty - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetLocatorsEmpty() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetLocatorsEmpty
-
- GetLocatorsNew - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetLocatorsNew() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetLocatorsNew
-
- getLocatorsToDiscover(List) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Based on the ArrayList input, this method will extract and return a
LookupLocator[] array containing the locators that should be used
to configure the lookup discovery service for locator discovery.
- getLocatorsToDiscover() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
- getLocatorsToDiscoverByIndex(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
RegInfo index should always be the handback value for the regInfo
- getLocatorsWithDups(LookupLocator[]) - Static method in class org.apache.river.test.share.LocatorsUtil
-
Constructs a set of locators that contains elements which duplicate
other elements in the set, as well as one or more of the locators
contained in the locators parameter.
- getLocatorUrl(QAConfig, int) - Static method in class org.apache.river.test.share.LocatorsUtil
-
Given an index value, retrieves the port on which a lookup service
corresponding to that index has been (or will be) started; then
constructs and returns the locator url using that port and the
local hostname.
- getLocatorUrl(QAConfig) - Static method in class org.apache.river.test.share.LocatorsUtil
-
Retrieves the port with which a lookup service corresponding to the
'port' configuration item having no index has been (or will be)
started.
- getLogDir() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the persistence log directory name originally generated by
a previous call to addServicePersistenceLog.
- getLogDir() - Static method in class org.apache.river.test.impl.start.ServiceDescriptorUtil
-
- getLoggedEntries(long) - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Return a newly allocated List of JavaSpace Entrys
that have been written and not removed.
- getLogger() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Get the logger for this client.
- getLogger() - Static method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.AbstractTrustVerifierTest
-
- getLogger() - Static method in class org.apache.river.test.spec.jeri.connection.util.AbstractConnectionTest
-
- getLogger() - Static method in class org.apache.river.test.spec.jeri.kerberostrustverifier.util.AbstractTrustVerifierTestKerberos
-
- getLogger() - Static method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
Returns a logger named org.apache.river.test.spec.jeri.mux that can be
used while executing a test.
- getLogger() - Static method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.AbstractTrustVerifierTestSSL
-
- getLogger() - Static method in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- GetLogToSnapshotThreshold - Class in org.apache.river.test.impl.fiddler.fiddleradmin
-
This class determines whether or not the lookup discovery service can
successfully return the value of the threshold applied in the computation
that compares the current size of the log containing the running record
of the service's persistent state with the potential size of a snapshot
of the current state.
- GetLogToSnapshotThreshold() - Constructor for class org.apache.river.test.impl.fiddler.fiddleradmin.GetLogToSnapshotThreshold
-
- getLong(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns long.
- getLongConfigVal(String, long) - Method in class org.apache.river.qa.harness.QAConfig
-
This method will retrieve from the locally stored property list,
the value of a property whose name corresponds to the string
contained in the input argument "propertyName" and whose value
is of type 'long'.
- GetLookupAttributes - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the attributes with which it is currently configured.
- GetLookupAttributes() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupAttributes
-
- getLookupDiscoveryManager() - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
Constructs and returns the LookupDiscoveryManager to use when
constructing a JoinManager (can be overridden by sub-classes)
- getLookupDiscoveryManager(QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- getLookupDiscoveryManager(String[]) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- getLookupDiscoveryManager(LookupLocator[]) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- getLookupDiscoveryManager(String[], LookupLocator[]) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- getLookupDiscoveryManager(String[], LookupLocator[], QAConfig) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- getLookupDiscoveryManager() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Constructs and returns the LookupDiscoveryManager to use when
constructing a ServiceDiscoveryManager (can be overridden by
sub-classes)
- getLookupDiscoveryServices() - Method in class org.apache.river.test.share.BaseQATest
-
- GetLookupGroups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroups
-
- GetLookupGroupsAll - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroupsAll() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroupsAll
-
- GetLookupGroupsAllFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroupsAllFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroupsAllFinite
-
- GetLookupGroupsDups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroupsDups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroupsDups
-
- GetLookupGroupsNone - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroupsNone() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroupsNone
-
- GetLookupGroupsNoneFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroupsNoneFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroupsNoneFinite
-
- GetLookupGroupsPublic - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the groups with which it has been configured to join.
- GetLookupGroupsPublic() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroupsPublic
-
- getLookupListSnapshot() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that returns a shallow copy of the
lookupList ArrayList that contains the
proxies to the lookup services that have been started so far.
- getLookupListSnapshot(String) - Method in class org.apache.river.test.share.BaseQATest
-
- getLookupListSnapshot() - Method in class org.apache.river.test.share.LookupServices
-
Convenience method that returns a shallow copy of the
lookupList ArrayList that contains the
proxies to the lookup services that have been started so far.
- getLookupListSnapshot(String) - Method in class org.apache.river.test.share.LookupServices
-
- getLookupLocator() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- GetLookupLocators - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the locators with which it has been configured to join.
- GetLookupLocators() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupLocators
-
- GetLookupLocatorsDups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully return the locators with which it has been configured to join.
- GetLookupLocatorsDups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.GetLookupLocatorsDups
-
- getLookupProxies() - Method in class org.apache.river.test.share.BaseQATest
-
Returns the proxy to each lookup service started (already prepared)
- getLookupProxies() - Method in class org.apache.river.test.share.LookupServices
-
Returns the proxy to each lookup service started (already prepared)
- getLookupProxy() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- getLookupServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getLookupsStarted() - Method in class org.apache.river.test.share.BaseQATest
-
- getLookupsStarted() - Method in class org.apache.river.test.share.LookupServices
-
- getLRS(int) - Method in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
Returns an instance of the Nth LeaseRenewalService requested.
- getLRS() - Method in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
Convenience method always returns the first LRS proxy instance.
- getMailbox() - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getMailboxAdmin(EventMailbox) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getMailboxes(int) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getMailboxLease(MailboxRegistration) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getMailboxListener(MailboxRegistration) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getManager() - Method in class org.apache.river.qa.harness.QATestEnvironment
-
- getMandatoryParameter(String) - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Convenience method to return the value of a key which must exist
in the test properties.
- getMaxKeyHistogram(HashMap) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Returns the value of the largest key index in the given histogram
- getMaxNMsToWaitForEvents(int, int) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Based on the number of service class instances and the number of
attributes per service participating in the current test run,
this method computes and returns the maximum number of milliseconds
to wait for all events to arrive from the lookup service before
attempting to verify the events.
- getMaxNMsToWaitForEvents(int, int, boolean) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Based on the number of service class instances and the number of
attributes per service participating in the current test run,
this method computes and returns the maximum number of milliseconds
to wait for all events to arrive from the lookup service before
attempting to verify the events.
- getMemberGroups() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the set of member groups originally generated by a previous
call to addServiceMemberGroups.
- getMemberGroups() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getMemberGroups() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- getMemberGroups() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- getMemberGroups(QAConfig, int) - Static method in class org.apache.river.test.share.GroupsUtil
-
Given an index value, retrieves the set of member groups with which
a lookup service corresponding to that index has been (or will be)
started.
- getMemberGroups(QAConfig) - Static method in class org.apache.river.test.share.GroupsUtil
-
Retrieves the set of member groups with which a lookup service
corresponding to the 'membergroups' configuration item having no
index has been (or will be) started.
- getMemberGroupsStr(QAConfig, int) - Static method in class org.apache.river.test.share.GroupsUtil
-
Given an index value, retrieves the configuration string that
identifies the set of member groups with which a lookup service
corresponding to that index has been (or will be) started.
- getMemberGroupsStr(QAConfig) - Static method in class org.apache.river.test.share.GroupsUtil
-
Retrieves the configuration string - having no index - that identifies
the set of member groups with which the corresponding lookup service
has been (or will be) started.
- getMessage() - Method in exception org.apache.river.qa.harness.TestException
-
Returns the detail message; includes the detail message from
the cause if there is one.
- getMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.TimedReceiveTask
-
- getMessage() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Returns the short message text.
- getMethodConstraints(Object) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.getMethodConstraints method
- GetMethodConstraints_Test - Class in org.apache.river.test.spec.security.basicproxypreparer
-
Purpose:
This test verifies the behavior of the BasicProxyPreparer class
getMethodConstraints method:
protected MethodConstraints getMethodConstraints(Object proxy)
Infrastructure:
This test requires the following infrastructure:
1) FakeBasicProxyPreparer - accessor of the tested BasicProxyPreparer
class, that is gateway to protected method.
- GetMethodConstraints_Test() - Constructor for class org.apache.river.test.spec.security.basicproxypreparer.GetMethodConstraints_Test
-
- getMethodConstraintsField() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.methodConstraints field
- getMethodConstraintsSpecifiedField() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.methodConstraintsSpecified field
- GetMethodDescs_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints
-
Purpose:
This test verifies the behavior of the getMethodDescs method of
BasicMethodConstraints class.
- GetMethodDescs_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.GetMethodDescs_Test
-
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseIsTrustedObjectClass
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseProxyTrust
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifier
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.NonProxyObjectThrowingSE
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.NonRMCProxyTrust
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.TestTrustIterator
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustIteratorThrowingRE
-
Returns name of checked method.
- getMethodName() - Method in class org.apache.river.test.spec.security.proxytrust.util.ValidNonProxyObject
-
Returns name of checked method.
- getMinNAnnouncements() - Method in class org.apache.river.test.share.LookupServices
-
- getMinNAnnouncements() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getModLocatorsDiscardMap(List) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Return any elements having at least a locators entry
- getmRegs() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegTuple
-
- getnAddAttributes() - Method in class org.apache.river.test.share.BaseQATest
-
- getnAddAttributes() - Method in class org.apache.river.test.share.LookupServices
-
- getNAdded() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- getnAddEventMailboxServices() - Method in class org.apache.river.test.share.EventMailBoxServices
-
- getnAddLeaseRenewalServices() - Method in class org.apache.river.test.share.LeaseRenewalServices
-
- getnAddLookupServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getnAddLookupServices() - Method in class org.apache.river.test.share.LookupServices
-
- getnAddRemoteEventMailboxServices() - Method in class org.apache.river.test.share.EventMailBoxServices
-
- getnAddRemoteLeaseRenewalServices() - Method in class org.apache.river.test.share.LeaseRenewalServices
-
- getnAddRemoteLookupServices() - Method in class org.apache.river.test.share.LookupServices
-
- getnAddServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getnAddServices() - Method in class org.apache.river.test.share.LookupServices
-
- getName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service name.
- getName() - Method in class org.apache.river.qa.harness.TestDescription
-
Get the test name associated with this descriptor.
- getName() - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
returns last name argument of getEntryInternal method
- getName() - Method in class org.apache.river.test.spec.constraint.util.TestPrincipal
-
Return the name of this principal.
- getName() - Method in class org.apache.river.test.spec.policyprovider.util.QAPrincipal
-
- getName() - Method in class org.apache.river.test.spec.security.util.FakePrincipal
-
Return the name of this principal.
- GetName_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc
-
Purpose:
This test verifies the behavior of the getName method of
MethodDesc class.
- GetName_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.GetName_Test
-
- getNAnnouncementsSent() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- getNAttrClasses() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the number of different attribute classes to test per run
- getnAttributes() - Method in class org.apache.river.test.share.BaseQATest
-
- getnAttributes() - Method in class org.apache.river.test.share.LookupServices
-
- getNAttrInstances() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns total number of different attribute class instances created
- getNAttrInstancesPerClass() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the number of different instances of each attribute class
- getNChanged() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- getnEventMailboxServices() - Method in class org.apache.river.test.share.EventMailBoxServices
-
- getNewAttrs(Entry[], Entry[]) - Method in class org.apache.river.test.spec.servicediscovery.event.AddAttrServiceChanged
-
Based on the how the current test is to change the service's set of
attribute(s) (modification, replacement, or augmentation), this method
constructs and returns the set of attributes that will result after
the change is requested.
- getNewAttrs(Entry[], Entry[]) - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
Based on the how the current test is to change the service's set of
attribute(s) (modification, replacement, or augmentation), this method
constructs and returns the set of attributes that will result after
the change is requested.
- getNewAttrs(Entry[], Entry[]) - Method in class org.apache.river.test.spec.servicediscovery.event.SetAttrServiceChanged
-
Based on the how the current test is to change the service's set of
attribute(s) (modification, replacement, or augmentation), this method
constructs and returns the set of attributes that will result after
the change is requested.
- getNewLeaseInstance(long) - Method in class org.apache.river.test.share.AbstractTestLeaseFactory
-
Returns a new instance of a Lease object.
- getNewLeaseInstance(long) - Method in class org.apache.river.test.share.TestLeaseFactory
-
- getNewLeaseInstance(long) - Method in class org.apache.river.test.share.UnreadableTestLeaseFactory
-
- getNInstances() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the total number of different test class instances created
- getNInstancesPerClass() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the number of different instances of each test class
- getnIntervalsToWait() - Method in class org.apache.river.test.share.LookupServices
-
- getnIntervalsToWait() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getnLeaseRenewalServices() - Method in class org.apache.river.test.share.LeaseRenewalServices
-
- getnLookupServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getnLookupServices() - Method in class org.apache.river.test.share.LookupServices
-
- getNoArgSupersVector(Object) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Retrieves the chain of super classes of the input object; up to, but
not including, the Object class itself.
- getNonActivatableGroupAdmin() - Method in class org.apache.river.qa.harness.AdminManager
-
Return the NonActivatableGroupAdmin being managed.
- getNonNullEntry(Configuration, String, Class, Object) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- getNonNullEntry(Configuration, String, Class, Object) - Method in class org.apache.river.test.impl.mercury.TestListenerImpl
-
- getNonNullEntry(Configuration, String, Class, Object) - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- getNonNullEntry(Configuration, String, Class, Object) - Method in class org.apache.river.test.impl.start.BadServiceProxyAccessorImpl
-
- getNotifications() - Method in class org.apache.river.test.spec.javaspace.conformance.TestEventListener05
-
- getNotifyCount(EventRegistration) - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleEventListener
-
Get how many times this event listener receives notify
- getnRemoteEventMailboxServices() - Method in class org.apache.river.test.share.EventMailBoxServices
-
- getnRemoteLeaseRenewalServices() - Method in class org.apache.river.test.share.LeaseRenewalServices
-
- getnRemoteLookupServices() - Method in class org.apache.river.test.share.LookupServices
-
- getNRemoved() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- getnSecsJoin() - Method in class org.apache.river.test.share.BaseQATest
-
- getnSecsJoin() - Method in class org.apache.river.test.share.LookupServices
-
- getnSecsServiceDiscovery() - Method in class org.apache.river.test.share.BaseQATest
-
- getnSecsServiceDiscovery() - Method in class org.apache.river.test.share.LookupServices
-
- getnServices() - Method in class org.apache.river.test.share.BaseQATest
-
- getnServices() - Method in class org.apache.river.test.share.LookupServices
-
- getNSuperClasses(Object) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Returns the number of classes in the chain of super classes of the
given Object; up to, but not including, the Object class itself
- getNTestClasses() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the number of different service classes to test per run
- getNthSuperClass(Object, int) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Returns the nth super class in the chain of super classes of the
given Object; returns null if the given value of n is invalid.
- getNumCompleted() - Method in class org.apache.river.qa.harness.TestList
-
- getNumFailed() - Method in class org.apache.river.qa.harness.TestList
-
- getNumPassed() - Method in class org.apache.river.qa.harness.TestList
-
- getNumRerun() - Method in class org.apache.river.qa.harness.TestList
-
- getNumSkipped() - Method in class org.apache.river.qa.harness.TestList
-
- getNumStarted() - Method in class org.apache.river.qa.harness.TestList
-
- getObj() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifier
-
Returns object passed to 'isTrustedObject' method.
- getObjArray() - Method in class org.apache.river.test.spec.security.proxytrust.util.ValidNonProxyObject
-
Returns array of objects which were specified in constructor.
- getObject() - Method in class org.apache.river.test.spec.security.util.TestPrivilegedAction
-
Returns object returned by run method.
- getObject() - Method in class org.apache.river.test.spec.security.util.TestPrivilegedExceptionAction
-
Returns object returned by run method.
- getObjs() - Static method in class org.apache.river.test.spec.security.util.BaseTrustVerifier
-
Returns objects passed to 'isTrustedObject' method.
- getObjsList() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Returns list of object which were specified as parameters to
'isTrustedObject' method calls.
- getOne() - Method in class org.apache.river.test.impl.outrigger.matching.SingletonMatchTestBase
-
Return one entry
- getOptions() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the command line options originally returned by the
getServiceOptions method.
- getOptions() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Override the base class method to return the merged options.
- getOptions() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Override the base class method to return the merged options.
- getOriginalAnnounceInterval() - Method in class org.apache.river.test.share.LookupServices
-
- getOverrides(QAConfig, String, int) - Method in interface org.apache.river.qa.harness.OverrideProvider
-
Provide the overrides to pass when obtaining a Configuration
from a configuration provider.
- getOverrides(QAConfig, String, int) - Method in class org.apache.river.qa.harness.StoreOverrideProvider
-
Return a constructor for snaplogstore
- getOverrides(QAConfig, String, int) - Method in class org.apache.river.test.spec.lookupservice.ServiceLeaseOverrideProvider
-
- getOverrides(QAConfig, String, int) - Method in class org.apache.river.test.spec.servicediscovery.DiscardWaitOverrideProvider
-
- getOverrides(QAConfig, String, int) - Method in class org.apache.river.test.support.MulticastOverrideProvider
-
If the test property "net.jini.discovery.announce" is
defined, use its value to generate the override strings.
- getOwners() - Method in class org.apache.river.test.share.LeaseBackEndImpl
-
Return the array of owners
- GetParameterTypes_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc
-
Purpose:
This test verifies the behavior of the getParameterTypes method of
MethodDesc class.
- GetParameterTypes_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.GetParameterTypes_Test
-
- getPassiveCommDiscardMap(List) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Return any elements having at least a groups entry
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
- getPayload() - Method in interface org.apache.river.test.spec.jeri.mux.util.Message
-
Extract the contents of the message.
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
- getPayload() - Method in class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
- getPermission1() - Method in class org.apache.river.test.spec.export.exportpermission.ExportPermission_AbstractTest.TestCase
-
- getPermission2() - Method in class org.apache.river.test.spec.export.exportpermission.ExportPermission_AbstractTest.TestCase
-
- getPermissionGrants(ProtectionDomain) - Method in class org.apache.river.qa.harness.MergedPolicyProvider
-
- getPermissions(CodeSource) - Method in class org.apache.river.qa.harness.MergedPolicyProvider
-
Return the permissions allowed for code from the specified code
source.
- getPermissions(ProtectionDomain) - Method in class org.apache.river.qa.harness.MergedPolicyProvider
-
Return the permissions allowed for the given protection domain.
- GetPermissions - Class in org.apache.river.test.spec.loader.pref.preferredClassLoader
-
Purpose
This test verifies the behavior of the
protected PermissionCollection getPermissions(CodeSource
codeSource)
method of the
net.jini.loader.pref.PreferredClassLoader class:
Return the permissions to be granted to code loaded from given code source.
- GetPermissions() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetPermissions
-
- getPermissions(CodeSource) - Method in class org.apache.river.test.spec.policyprovider.util.QABadPolicy
-
- getPermissions(ProtectionDomain) - Method in class org.apache.river.test.spec.policyprovider.util.QABadPolicy
-
- getPermissions(Object) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.getPermissions method
- getPermissions(CodeSource) - Method in class org.apache.river.test.spec.security.util.BasePolicyProvider
-
Method from Policy class.
- getPermissions(CodeSource) - Method in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Returns PermissionCollection containing all Permissions specified
in constructor.
- GetPermissions_Test - Class in org.apache.river.test.spec.security.basicproxypreparer
-
Purpose:
This test verifies the behavior of the BasicProxyPreparer class
getPermissions method:
protected Permission[] getPermissions(Object proxy)
Infrastructure:
This test requires the following infrastructure:
1) FakeBasicProxyPreparer - accessor of the tested BasicProxyPreparer
class, that is gateway to protected method access.
- GetPermissions_Test() - Constructor for class org.apache.river.test.spec.security.basicproxypreparer.GetPermissions_Test
-
- getPermissionsField() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.permissions field
- getPermissionsTest(CodeSource) - Method in class org.apache.river.test.spec.loader.util.QATestPreferredClassLoader
-
Call protected superclass method: getPermissions.
- getPolicyFile() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the policy file name originally returned by the
getServicePolicyFile method.
- getPolicyFile() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Get the policy file for the test VM.
- getPort() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the port originally returned by the
getServicePort method.
- getPort() - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
Returns a port that a test can use when it needs to export an object.
- getPort() - Method in class org.apache.river.tool.ClassServer
-
Returns the port on which this server is listening.
- GetPort_BehaviorTest - Class in org.apache.river.test.spec.jrmp.jrmpexporter
-
Purpose
This test verifies the following:
getPort method of JrmpExporter returns the port used by this exporter,
or zero if an anonymous port is used.
- GetPort_BehaviorTest() - Constructor for class org.apache.river.test.spec.jrmp.jrmpexporter.GetPort_BehaviorTest
-
- getPreparedLease(LookupDiscoveryRegistration) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Get a prepared lease from a registration.
- getPreparerName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service ProxyPreparer entry name originally returned by the
getServicePreparerName method.
- getPrimitiveValue(Class) - Static method in class org.apache.river.test.spec.lookupservice.ToStringTest.ObjectFactory
-
Returns a canonical value for a primitive type
- getProperties() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the command line properties originally returned by the
getServiceProperties method.
- getProperties() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Override the base class method to return the merged properties.
- getProperties() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Override the base class method to return the merged properties.
- getProperties() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return a copy of the properties that were specified on the
command line being analyzed.
- getProperty(String) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return a property value that was specified on the command line being
analyzed.
- getProviders() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
Get the classes that this class needs to function.
- getProxy() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
- getProxy() - Method in class org.apache.river.qa.harness.ActivationSystemAdmin
-
Return the ActivationSystem reference for the activation
system managed by this admin.
- getProxy() - Method in interface org.apache.river.qa.harness.Admin
-
Return a reference to the service proxy or object created by this admin.
- getProxy() - Method in class org.apache.river.qa.harness.ClassServerAdmin
-
Return the ClassServer reference for the class
server managed by this admin.
- getProxy() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Return the proxy for the NonActivatableGroup
managed by this admin.
- getProxy() - Method in class org.apache.river.qa.harness.NonActivatableServiceStarterAdmin
-
- getProxy() - Method in class org.apache.river.qa.harness.RunningServiceAdmin
-
- getProxy() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
- getProxy() - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- getProxy() - Method in class org.apache.river.test.impl.mercury.TestListenerImpl
-
- getProxy() - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- getProxy() - Method in class org.apache.river.test.impl.start.BadServiceProxyAccessorImpl
-
- getProxy() - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- getProxy() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getProxy() - Method in class org.apache.river.test.share.TestParticipantImpl
-
- getProxy() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the proxy of the lookup service Registrar
- getProxy() - Method in class org.apache.river.test.spec.security.proxytrust.util.ValidMainExporter
-
Returns proxy produced by 'export' method.
- getProxyInterfaces(Remote) - Method in class org.apache.river.test.spec.jeri.util.FakeAbstractILFactory
-
- getProxyTrustIterator() - Method in class org.apache.river.test.impl.norm.ConstrainableTestLease
-
- getProxyTrustIterator() - Method in class org.apache.river.test.share.ConstrainableTestLease
-
- getProxyTrustIterator() - Method in class org.apache.river.test.share.ConstrainableUnreadableTestLease
-
- getProxyTrustIterator() - Method in class org.apache.river.test.spec.security.proxytrust.util.NonProxyObjectThrowingRE
-
Returns TrustIteratorThrowingRE instance.
- getProxyTrustIterator() - Method in class org.apache.river.test.spec.security.proxytrust.util.NonProxyObjectThrowingSE
-
Always throws SecurityException.
- getProxyTrustIterator() - Static method in class org.apache.river.test.spec.security.proxytrust.util.NonProxyStaticMethodObject
-
Does nothing.
- getProxyTrustIterator() - Method in class org.apache.river.test.spec.security.proxytrust.util.NonProxyWrongMethodObject
-
Does nothing.
- getProxyTrustIterator() - Method in class org.apache.river.test.spec.security.proxytrust.util.ValidNonProxyObject
-
Returns ProxyTrustIterator produced from stored objects array.
- GetProxyTrustIteratorTest - Class in org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler
-
Purpose
This test verifies the following:
GetProxyTrustIterator method of ProxyTrustInvocationHandler returns an
iterator that produces the bootstrap proxy as the only element of the
iteration.
- GetProxyTrustIteratorTest() - Constructor for class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.GetProxyTrustIteratorTest
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.mercury.TestListenerImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.outrigger.leasing.LeasedSpaceListener
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.outrigger.matching.ARemoteInterfaceImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.outrigger.matching.MonitoredSpaceListener
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleEventListener
-
- getProxyVerifier() - Method in class org.apache.river.test.impl.start.BadServiceProxyAccessorImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.share.DiscoveryServiceUtil.BasicEventListener
-
- getProxyVerifier() - Method in class org.apache.river.test.share.LeaseBackEndImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.share.TesterTransactionManager
-
- getProxyVerifier() - Method in class org.apache.river.test.share.TestParticipantImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.LDSEventListener
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.discoveryservice.lease.LeaseExpiration.ServiceEventListener
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.javaspace.conformance.ParticipantImpl
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.javaspace.conformance.TestEventListener05
-
- getProxyVerifier() - Method in interface org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest.FakeRemoteInterface
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar.BasicListener
-
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.FalseProxyTrust
-
Returns FalseTrustVerifier instance.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.NonRMCProxyTrust
-
Method from ProxyTrust interface.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.NullProxyTrust
-
Method from ProxyTrust interface.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustThrowingRE1
-
Always throws RemoteException.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustThrowingRE2
-
Returns TrustVerifierThrowingRE instance.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustThrowingSE1
-
Always throws SecurityException.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustThrowingSE2
-
Returns TrustVerifierThrowingSE instance.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.PTTEImpl
-
Method from ProxyTrust interface.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCPTImpl
-
Method from ProxyTrust interface.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.SPTRemoteObject
-
Method from ServerProxyTrust interface.
- getProxyVerifier() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrueProxyTrust
-
Returns TrueTrustVerifier instance.
- getPullMailbox() - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getPullMailboxes(int) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getPullMailboxLease(MailboxPullRegistration) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getPullMailboxListener(MailboxPullRegistration) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getPullRegistration(PullEventMailbox, long) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getPullRegistrations(PullEventMailbox, long[]) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getRandomInterface() - Static method in class org.apache.river.test.spec.loader.util.Util
-
Returns the name which is not present
in the list of interfaces.
- getRandomName(boolean) - Static method in class org.apache.river.test.spec.loader.util.Util
-
Returns the name which is not present
in the list of classes/resources.
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
- getRawMessage() - Method in interface org.apache.river.test.spec.jeri.mux.util.Message
-
Returns the byte representation of the message.
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
- getRawMessage() - Method in class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
- getReferentUuid() - Method in class org.apache.river.test.impl.outrigger.javaspace05.A0
-
- getReferentUuid() - Method in class org.apache.river.test.impl.outrigger.javaspace05.B0
-
- getReferentUuid() - Method in class org.apache.river.test.impl.outrigger.javaspace05.C0
-
- getReferentUuid() - Method in class org.apache.river.test.spec.id.util.FakeReferentUuid
-
- getRegInfo() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.LDSEventListener
-
- GetRegistrars - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetRegistrars() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetRegistrars
-
- GetRegistrars - Class in org.apache.river.test.spec.lookupdiscovery
-
This class verifies that the LookupDiscovery utility
operates in a manner consistent with the specification.
- GetRegistrars() - Constructor for class org.apache.river.test.spec.lookupdiscovery.GetRegistrars
-
- GetRegistrarsAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the getRegistrars method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- GetRegistrarsAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.GetRegistrarsAfterTerminate
-
- GetRegistrarsAfterTerminate - Class in org.apache.river.test.impl.lookupdiscovery
-
With respect to the current implementation of the
LookupDiscovery utility, this class verifies
that if the getRegistrars method is invoked
after the lookup discovery utility has been terminated, an
IllegalStateException results.
- GetRegistrarsAfterTerminate() - Constructor for class org.apache.river.test.impl.lookupdiscovery.GetRegistrarsAfterTerminate
-
- GetRegistrarsNew - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetRegistrarsNew() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetRegistrarsNew
-
- GetRegistrarsNew - Class in org.apache.river.test.spec.lookupdiscovery
-
This class verifies that the LookupDiscovery utility
operates in a manner consistent with the specification.
- GetRegistrarsNew() - Constructor for class org.apache.river.test.spec.lookupdiscovery.GetRegistrarsNew
-
- getRegistration(EventMailbox, long) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], LookupLocator[], long, MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
Given a proxy to a lookup discovery service, this method is one of
a number of overloaded versions that request a registration with
the service to which the proxy parameter corresponds.
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], LookupLocator[], long) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], LookupLocator[], MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], LookupLocator[]) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], long, MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], long) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, LookupLocator[], long, MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, LookupLocator[], long) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[], MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, String[]) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, LookupLocator[], MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, LookupLocator[]) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, long, MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, long) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener, MarshalledObject) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistration(LookupDiscoveryService, RemoteEventListener) - Static method in class org.apache.river.test.share.DiscoveryServiceUtil
-
- getRegistrationLease(ServiceRegistration) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
- getRegistrationMap() - Method in class org.apache.river.test.share.LookupServices
-
- getRegistrationMap() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getRegistrations(EventMailbox, long[]) - Method in class org.apache.river.test.impl.mercury.MailboxTestBase
-
- getRegs() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegTuple
-
- getRegsToDiscover(List) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Returns the registrars that were configured to be started and
discovered.
- getRegsToDiscoverByIndex(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getRegsToLocGroupsMap() - Method in class org.apache.river.test.share.LookupServices
-
- getRemoteEvent() - Method in class org.apache.river.test.impl.mercury.RemoteEventHandle
-
- getRemoteEvents(MailboxPullRegistration) - Method in interface org.apache.river.test.impl.mercury.TestPullListener
-
- getRemoteEvents(MailboxPullRegistration) - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- getRemoteHost() - Method in class org.apache.river.test.share.LookupServices
-
- getRemoteInterfaces(Remote) - Method in class org.apache.river.test.spec.jeri.util.FakeAbstractILFactory
-
- getRemoteInterfaces(Remote) - Method in class org.apache.river.test.spec.jeri.util.FakeProxyTrustILFactory
-
- getRemoteTestLocator(int) - Method in class org.apache.river.test.share.BaseQATest
-
Constructs a LookupLocator using configuration information
corresponding to the value of the given parameter indx.
- getRemoteTestLocator(int) - Method in class org.apache.river.test.share.LookupServices
-
Constructs a LookupLocator using configuration information
corresponding to the value of the given parameter indx.
- getRenewCalls() - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
Return the number of calls made to the renew method.
- getRenewCalls() - Method in class org.apache.river.test.share.OpCountingOwner
-
Return the number of calls made to the renew method.
- getRequestHandler() - Method in class org.apache.river.test.spec.jeri.transport.util.EndpointHolder
-
- getRequestInputStream() - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
Implementation of interface method.
- getRequestOutputStream() - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
Implementation of interface method.
- getRequests() - Method in class org.apache.river.test.spec.jeri.transport.util.SETRequestHandler
-
- getRequestStream() - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
Helper method that returns the request output stream as
a ByteArrayInputStream.
- getRequireDlPerm() - Static method in class org.apache.river.test.spec.loader.util.QATestPreferredClassProvider
-
Obtains requireDlPerm parameter from system
properties to be passed to superclass constructor.
- getResourceBundle(Class) - Static method in class org.apache.river.tool.envcheck.Util
-
Get the resource bundle associated with class clazz.
- GetResources - Class in org.apache.river.test.spec.loader.pref.preferredClassLoader
-
Purpose
This test verifies the behavior of the
public java.net.URL getResource(String name)
method of the
net.jini.loader.pref.PreferredClassLoader class:
Override getResource() to implement support for preferred classes in RMI.
- GetResources() - Constructor for class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetResources
-
- getResponseInputStream() - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
Implementation of interface method.
- getResponseOutputStream() - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
Implementation of interface method.
- getResponseStream() - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
Helper method that returns the response output stream as
a ByteArrayInputStream.
- getRestart() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Return the restart value originally returned by the
getServiceRestart method.
- getResults() - Method in class org.apache.river.test.spec.jeri.transport.util.EIUTContext
-
- getResults() - Method in class org.apache.river.tool.ClassDep
-
Accessor method for the found dependencies.
- getReturn() - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
returns last getEntryInternal return value
- getRewewalException() - Method in class org.apache.river.test.share.RenewingRemoteListener
-
Return possible exception from renewal attempt.
- getRootDir() - Method in class org.apache.river.tool.AbstractTreeWalker
-
Gets the root directory to prepend to the relative start directory
- getRslt() - Method in class org.apache.river.test.share.TrackingOwner
-
Return the contets of the rslt field
- getSecondStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Constructs and returns the ServiceItemFilter that is to
be applied by a lookup cache through a call to one of the versions
of the lookup method on that cache.
- getSecondStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupFilterFilter
-
Constructs and returns the ServiceItemFilter to be
applied, in the cache's lookup method, to the results
of the template matching and the first-stage filtering (if any).
- getSecondStageFilter() - Method in class org.apache.river.test.spec.servicediscovery.cache.CacheLookupNoFilterFilter
-
Constructs and returns the ServiceItemFilter to be
applied, in the cache's lookup method, to the results
of the template matching and the first-stage filtering (if any).
- getSelectMethod() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Returns the value indicating the method employed by the Registrar to
select a service being looked up
- getSerialFormat() - Method in class org.apache.river.test.impl.norm.OurAbstractLease
-
Return the serialization format for the expiration.
- getSerialFormat() - Method in class org.apache.river.test.share.OurAbstractLease
-
Return the serialization format for the expiration.
- getServerConstraints() - Method in class org.apache.river.test.spec.activation.util.RMCProxy
-
- GetServerContext - Class in org.apache.river.test.spec.export.servercontext
-
Purpose:
This test verifies the behavior of the
ServerContext.getServerContext() method.
- GetServerContext() - Constructor for class org.apache.river.test.spec.export.servercontext.GetServerContext
-
- getServerContext() - Method in class org.apache.river.test.spec.export.util.NonNullServerContext
-
Returns server context collection.
- getServerContext() - Method in class org.apache.river.test.spec.export.util.NonNullServerContext_Another
-
Returns server context collection.
- getServerContext() - Method in class org.apache.river.test.spec.export.util.NullServerContext
-
Returns null server context collection.
- GetServerContext_NoContext - Class in org.apache.river.test.spec.export.servercontext
-
Purpose:
This test verifies the behavior of the
ServerContext.getServerContext() method.
- GetServerContext_NoContext() - Constructor for class org.apache.river.test.spec.export.servercontext.GetServerContext_NoContext
-
- GetServerContext_Providers_NonNull - Class in org.apache.river.test.spec.export.servercontext
-
Purpose:
This test verifies the behavior of the
ServerContext.getServerContext() method.
- GetServerContext_Providers_NonNull() - Constructor for class org.apache.river.test.spec.export.servercontext.GetServerContext_Providers_NonNull
-
- GetServerContext_ProvidersParsing - Class in org.apache.river.test.spec.export.servercontext
-
Purpose:
This test verifies the behavior of the
ServerContext.getServerContext() method.
- GetServerContext_ProvidersParsing() - Constructor for class org.apache.river.test.spec.export.servercontext.GetServerContext_ProvidersParsing
-
- GetServerContext_Test - Class in org.apache.river.test.spec.jrmp.jrmpservercontext
-
Purpose
This test verifies the following:
getServerContext method of JrmpServerContext returns a server context
collection containing an element that implements the ClientHost
interface whose getClientHost method returns the client host if the
current thread is handling a JRMP remote call, or null otherwise.
- GetServerContext_Test() - Constructor for class org.apache.river.test.spec.jrmp.jrmpservercontext.GetServerContext_Test
-
- GetServerContextElement - Class in org.apache.river.test.spec.export.servercontext
-
Purpose:
This test verifies the behavior of the
ServerContext.getServerContextElement(Class)
method.
- GetServerContextElement() - Constructor for class org.apache.river.test.spec.export.servercontext.GetServerContextElement
-
- GetServerContextElement_NoContext - Class in org.apache.river.test.spec.export.servercontext
-
Purpose:
This test verifies the behavior of the
ServerContext.getServerContextElement(Class)
method.
- GetServerContextElement_NoContext() - Constructor for class org.apache.river.test.spec.export.servercontext.GetServerContextElement_NoContext
-
- getServerConversation() - Method in class org.apache.river.test.spec.jeri.mux.util.Redirector
-
Returns the bytes sent by the server side of the connection
- getServerEndpoint() - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
Returns a server endpoint that uses
net.jini.jeri.connection.ConnectionManager to manage its
connections.
- getServerEndpoint() - Method in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- getServerMainPrincipal() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getServerMainPrincipal() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getServerMinPrincipal() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getServerMinPrincipal() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- GetServerSocketFactory_BehaviorTest - Class in org.apache.river.test.spec.jrmp.jrmpexporter
-
Purpose
This test verifies the following:
getServerSocketFactory method of JrmpExporter returns the client socket
factory for this exporter, or null if none.
- GetServerSocketFactory_BehaviorTest() - Constructor for class org.apache.river.test.spec.jrmp.jrmpexporter.GetServerSocketFactory_BehaviorTest
-
- getServerSubject() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getServerSubject() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getServiceActivateDesc(String, QAConfig) - Static method in class org.apache.river.test.impl.start.ActivateWrapperTestUtil
-
- getServiceActivationHost() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the host name of the activation system to contact.
- getServiceActivationPort() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the port of the activation system to contact.
- getServiceBooleanProperty(String, String, int, boolean) - Method in class org.apache.river.qa.harness.QAConfig
-
Obtain the value of a service property interpreted as a boolean.
- getServiceClasspath() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service classpath.
- getServiceCodebase() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the codebase for the service.
- getServiceComponent() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the component name.
- getServiceConfigFile() - Static method in class org.apache.river.test.impl.start.ActivateWrapperTestUtil
-
- getServiceConfigFile() - Static method in class org.apache.river.test.impl.start.ServiceStarterCreateBadTransientServiceTest
-
- getServiceConfiguration() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Obtain the Configuration object associated with the service
configuration file.
- getServiceConfigurationFileName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the name of the ConfigurationFile for the service.
- getServiceDir() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return a directory name to be used by the service.
- getServiceHost(String, int, String) - Method in class org.apache.river.qa.harness.QAConfig
-
Returns the name of the host to run a service on, or null if the
service is to be run on the local host.
- getServiceID() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getServiceID() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- getServiceImpl() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service implementation class name.
- getServiceInfoEntryFromConfig(QAConfig) - Static method in class org.apache.river.test.share.AttributesUtil
-
Using either values contained in the configure property file, or
default values, constructs and returns an instance of the attribute
class net.jini.lookup.entry.ServiceInfo.
- getServiceIntProperty(String, String, int) - Method in class org.apache.river.qa.harness.QAConfig
-
Obtain the value of a service property interpreted as an int.
- getServiceIntProperty(String, String, int, int) - Method in class org.apache.river.qa.harness.QAConfig
-
Obtain the value of a service property interpreted as an int.
- getServiceJVM() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service vm to invoke.
- getServiceOptions() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return any command line options to be included when starting the
service.
- getServiceOptions() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Override the base class method to merge options which may have
been supplied through the constructor.
- getServiceOptions() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Override the base class method to merge options which may have
been supplied through the constructor.
- getServicePersistenceLog() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Get the name of the service persistence log.
- getServicePolicyFile() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service policy file name.
- getServicePort() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the port associated with the service.
- getServicePreparerName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service ProxyPreparer entry name.
- getServiceProperties() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return any command line properties to be included when starting the
service.
- getServiceProperties() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Override the base class method to merge properties which may have
been supplied through the constructor.
- getServiceProperties() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Override the base class method to merge properties which may have
been supplied through the constructor.
- getServiceProxy() - Method in class org.apache.river.test.impl.start.BadServiceProxyAccessorImpl
-
- getServiceProxy() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
Return the smart proxy
- getServiceRestart() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Return the value of the restart parameter to use when registering
an activatable service.
- getServiceSharedLogDir() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Return the shared VM log directory name associated with this activatable
service.
- getServiceStarterConfigurationFileName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the name of the ConfigurationFile for the service's
starter.
- getServiceStringProperty(String, String, int) - Method in class org.apache.river.qa.harness.QAConfig
-
Obtain the value of a service property as a string.
- getServiceStringProperty(String, String, int, String) - Method in class org.apache.river.qa.harness.QAConfig
-
Obtain the value of a service property as a string.
- getServiceTemplate() - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
Constructs and returns the ServiceTemplate to use for matching
(can be overridden by sub-classes)
- getServiceTemplate() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Constructs and returns the ServiceTemplate to use for matching
(can be overridden by sub-classes)
- getServiceType() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service type.
- getServiceTypes(ServiceTemplate, String) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getServiceTypes(ServiceTemplate, String) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- GetServiceTypesAttr - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getServiceTypes() operates
as expected when a template containing only an attribute class is input.
- GetServiceTypesAttr() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesAttr
-
- GetServiceTypesClass - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getServiceTypes() operates
as expected when a template containing only one of the registered
test service classes is input.
- GetServiceTypesClass() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesClass
-
- GetServiceTypesEmpty - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that the method getServiceTypes() operates
as expected when an "empty" template is input.
- GetServiceTypesEmpty() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesEmpty
-
- GetServiceTypesNoMatch - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getServiceTypes with a template
that matches nothing results in a null return value.
- GetServiceTypesNoMatch() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetServiceTypesNoMatch
-
- GetServiceTypesNullTemplate - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that doing a getServiceTypes with a
null template results in a NullPointerException.
- GetServiceTypesNullTemplate() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.GetServiceTypesNullTemplate
-
- getSessionID() - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
Returns the session ID associated with this
AcknowledgementMessage
- getsessionId() - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
Returns the session ID associated with this
CloseMessage
- getsessionId() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Returns the session ID associated with this
message
- getSessionID() - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
Returns the session ID associated with this
message
- getSetConstraintsArg() - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
Returns argument passed to last called 'setConstraints' method.
- getSetConstraintsNum() - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
Returns number of 'setConstraints' method invocations.
- getSharedGroupAdmin() - Method in class org.apache.river.qa.harness.AdminManager
-
Return the SharedGroupAdmin being managed.
- getSharedGroupLog() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Return the shared VM log directory name associated with this
shared group.
- getSharedLogDir() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Return the shared log directory name originally returned by the
getServiceSharedLogDir method.
- getSharedVMLog() - Method in class org.apache.river.qa.harness.AdminManager
-
Obtain the log directory associated with the shared activation
group being managed by this manager.
- getShort(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Returns short.
- getShortName() - Method in class org.apache.river.qa.harness.TestDescription
-
- getSize() - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
Returns the size of this Abort message
- getSize() - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- getSize() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Returns the size of this message
- getSnapshot() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyCounter
-
Returns snapshot of template for which this class counts events.
- GetSnapshotWeight - Class in org.apache.river.test.impl.fiddler.fiddleradmin
-
This class determines whether or not the lookup discovery service can
successfully return the value of the weight factor applied in the
computation that determines when the service should take a snapshot
of its persistent state.
- GetSnapshotWeight() - Constructor for class org.apache.river.test.impl.fiddler.fiddleradmin.GetSnapshotWeight
-
- getSpace() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- getSpace() - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Runs tested JavaSpace.
- getSpaces() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- getSpec() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Getting the String to parse as a HTTPMD URL.
- getSpecialEntry(String) - Method in class org.apache.river.test.spec.config.configurationfile.FakeConfigurationFile
-
- GetSpecialEntry_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the getSpecialEntry method of
ConfigurationFile class.
- GetSpecialEntry_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.GetSpecialEntry_Test
-
- getSpecialEntryType(String) - Method in class org.apache.river.test.spec.config.configurationfile.FakeConfigurationFile
-
- GetSpecialEntryType_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the getSpecialEntryType method of
ConfigurationFile class.
- GetSpecialEntryType_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.GetSpecialEntryType_Test
-
- getSrcDir() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
This method returns source directory.
- getSrvcIndx(Object, ServiceItem[]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Steps through the given array of service items searching for the
element that equals the given service item Object; returning the
element index if a match is found and -1 otherwise
- getSrvcItems() - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Returns the array of service items associated with this tuple
- getSrvcObj() - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Returns the service item associated with this tuple
- getSrvcSupersVector(Object, ServiceItem[]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Retrieves the chain of super classes of the given object; up to, but
not including, the Object class itself.
- getStarterConfiguration() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Obtain the Configuration object associated with the
service's starter configuration file.
- getStarterConfigurationFileName() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the configuration file name originally obtained by the
getServiceStarterConfigurationFileName method.
- getStartTime() - Method in class org.apache.river.qa.harness.TestList
-
- getState(long) - Method in class org.apache.river.test.impl.mahalo.NoOpNestableTransactionManager
-
- getState() - Method in class org.apache.river.test.share.TesterTransaction
-
Return the current state of this transaction.
- getState(long) - Method in class org.apache.river.test.share.TesterTransactionManager
-
Return the current state of this transasction.
- getState(long) - Method in class org.apache.river.test.share.TesterTransactionManagerProxy
-
- getStateFailCnt(int) - Method in class org.apache.river.test.share.TesterTransaction
-
Tell getState to throw RemoteException the next cnt
times it's invoked.
- GetStateTest - Class in org.apache.river.test.spec.txnmanager
-
- GetStateTest() - Constructor for class org.apache.river.test.spec.txnmanager.GetStateTest
-
- getStatistics() - Static method in class org.apache.river.test.impl.end2end.jssewrapper.Statistics
-
Return a sorted copy of the statistics table
- getStop() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.ListenOperation
-
- getStop() - Method in class org.apache.river.test.spec.jeri.connection.util.ListenOperation
-
- getStop() - Method in class org.apache.river.test.spec.jeri.mux.util.ListenOperation
-
- getStop() - Method in class org.apache.river.test.spec.jeri.mux.util.Redirector
-
Is redirection stopped?
- GetStorageLocation - Class in org.apache.river.test.impl.fiddler.storageadmin
-
This class determines whether or not the lookup discovery service can
successfully return the location in which the service currently stores
its persistent state.
- GetStorageLocation() - Constructor for class org.apache.river.test.impl.fiddler.storageadmin.GetStorageLocation
-
Constructs an instance of this class.
- getStorageLocationAdmin(Object) - Static method in class org.apache.river.test.share.StorageAdminUtil
-
Determines if the input object implements both the
net.jini.admin.Administrable and the
org.apache.river.admin.StorageLocationAdmin interfaces,
and if yes, returns a proxy to an instance of the
org.apache.river.admin.StorageLocationAdmin interface.
- getStorageMap() - Method in class org.apache.river.qa.harness.SlaveTest
-
Accessor for the storage map which allow the test to
maintain state across slave calls.
- getString(String) - Method in class org.apache.river.qa.harness.QAConfig
-
- getString(String) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key from the
resource bundle for this class.
- getString(String, Object) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key from the
resource bundle for this class.
- getString(String, Object, Object) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key from the
resource bundle for this class.
- getString(String, Object, Object, Object) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key from the
resource bundle for this class.
- getString(String, ResourceBundle) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object, Object) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object, Object, Object) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getStringConfigVal(String, String) - Method in class org.apache.river.qa.harness.QAConfig
-
This method will retrieve from the locally stored property list,
the value of a property whose name corresponds to the string
contained in the input argument "propertyName" and whose value
is of type 'String'.
- getStringValue(String) - Method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.AbstractTrustVerifierTest
-
Method to extract string values from harness facilities
- getStringValue(String) - Method in class org.apache.river.test.spec.jeri.kerberostrustverifier.util.AbstractTrustVerifierTestKerberos
-
Method to extract string values from harness facilities
- getStringValue(String) - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.AbstractTrustVerifierTestSSL
-
Method to extract string values from harness facilities
- getSubject() - Method in class org.apache.river.test.impl.end2end.e2etest.KerberosSubjectProvider
-
- getSubject() - Method in interface org.apache.river.test.impl.end2end.e2etest.SubjectProvider
-
- getSubject(String) - Static method in class org.apache.river.test.spec.jeri.transport.util.SubjectProvider
-
- getSubset(String[]) - Static method in class org.apache.river.test.share.GroupsUtil
-
Constructs a set of groups that is a sub-set of the
groups parameter.
- getSubset(LookupLocator[]) - Static method in class org.apache.river.test.share.LocatorsUtil
-
Constructs a set of locators that is a sub-set of the
locators parameter.
- getSystem() - Method in class org.apache.river.test.spec.activation.util.FakeActivationGroupID
-
works same as getSystem() method of superclass, but send debug message
in log
- getTemplate() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
Returns template for which this class counts events.
- getTest1Num() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
Returns number of 'test1' method invocations.
- getTest1Num() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
Returns number of 'test1' method invocations.
- getTestArgs() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Get the test arguments.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Getting Test Case name of this TestItem object.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode.TestItem
-
Getting Test Case name of this TestItem object.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Getting Test Case name of this TestItem object.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Getting Test Case name of this TestItem object.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
Getting Test Case name of this TestItem object.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Getting Test Case name of this TestItem object.
- getTestCaseName() - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
- getTestCaseNames() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile
-
Getting Test Case names.
- getTestCaseNames() - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode
-
Getting Test Case names.
- getTestCaseNames() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL
-
Getting Test Cases names.
- getTestCaseNames() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
Getting Test Cases names.
- getTestCaseNames() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
Getting Test Cases names.
- getTestCaseNames() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
Getting Test Cases names.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest
-
Auxiliary method to obtain the array of Test Cases.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ConstructorsTest
-
Auxiliary method to obtain the array of the Objects that describe
Test Cases.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.DelegationTimeConstructorsTest
-
Auxiliary method to obtain the array of Test Cases.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConstructorsTest
-
Auxiliary method to obtain the array of the Objects that describe
Test Cases.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalConstructorsTest
-
Auxiliary method to obtain the array of the Objects that describe
Test Cases.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalTypeConstructorsTest
-
Auxiliary method to obtain the array of the Objects that describe
Test Cases.
- getTestCases() - Method in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractConstructorsTest
-
Auxiliary method to obtain the array of the Objects that describe
Test Cases.
- getTestClassName() - Method in class org.apache.river.qa.harness.TestDescription
-
Return the name of the test implementation class.
- getTestClassName() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile
-
Getting Test Class name.
- getTestClassName() - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode
-
Getting Test Class name.
- getTestClassName() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL
-
Getting Test Class name.
- getTestClassName() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
Getting Test Class name.
- getTestClassName() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
Getting Test Class name.
- getTestClassName() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
Getting Test Class name.
- getTestClients() - Method in class org.apache.river.test.impl.end2end.e2etest.End2EndTest
-
return the collection of test clients to run.
- getTestClients() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestCoordinator
-
Gets the set of test clients which are running tests.
- getTestDescription(String, Properties) - Method in class org.apache.river.qa.harness.QAConfig
-
Factory method which returns the TestDescription
corresponding to the named
test description file.
- getTestDescription() - Method in class org.apache.river.qa.harness.QAConfig
-
Get the test description of the current test.
- getTestEndpoint() - Method in class org.apache.river.test.spec.jeri.connection.util.TestServerEndpoint
-
Returns an instance of TestEndpoint
- getTestLoader() - Method in class org.apache.river.qa.harness.QAConfig
-
- getTestLocator(int) - Method in class org.apache.river.test.share.BaseQATest
-
Constructs a LookupLocator using configuration information
corresponding to the value of the given parameter indx.
- getTestLocator(int) - Method in class org.apache.river.test.share.LookupServices
-
Constructs a LookupLocator using configuration information
corresponding to the value of the given parameter indx.
- getTestLocator(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Constructs a LookupLocator using configuration information
corresponding to the value of the given parameter indx.
- getTestNum() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
Returns number of 'test' method invocations.
- getTestNum() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
Returns number of 'test' method invocations.
- getTestNumber() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Get the number of the currently executing test
- getTests() - Method in class org.apache.river.test.impl.end2end.e2etest.End2EndTest
-
- getTests() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestCoordinator
-
Get the set of tests to run.
- getTestTotal() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Get the total number of tests to be run.
- getThreadCount() - Method in class org.apache.river.test.impl.end2end.e2etest.End2EndTest
-
return the number of threads to run.
- getThreadCount() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestCoordinator
-
Get the number of client threads being run
- getTime() - Method in class org.apache.river.test.impl.mercury.EMSTestBase
-
- getTimeout() - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
Returns the timeout value that a test can use to wait for input to
be received from a connection.
- GetTimeTest - Class in org.apache.river.test.spec.constraint.coreconstraint
-
Purpose:
This test verifies the behavior of the following methods:
ConnectionAbsoluteTime.getTime()
ConnectionRelativeTime.getTime()
DelegationAbsoluteTime.getMinStart()
DelegationAbsoluteTime.getMaxStart()
DelegationAbsoluteTime.getMinStop()
DelegationAbsoluteTime.getMaxStop()
DelegationRelativeTime.getMinStart()
DelegationRelativeTime.getMaxStart()
DelegationRelativeTime.getMinStop()
DelegationRelativeTime.getMaxStop()
ConnectionAbsoluteTime.getTime() method
returns the deadline for connection establishment;
ConnectionRelativeTime.getTime() method
returns the maximum connection duration in milliseconds;
DelegationAbsoluteTime.getMinStart() method
returns the minimum start time in milliseconds from midnight, January 1,
1970 UTC;
DelegationAbsoluteTime.getMaxStart() method
returns the maximum start time in milliseconds from midnight, January 1,
1970 UTC;
DelegationAbsoluteTime.getMinStop() method
returns the minimum stop time in milliseconds from midnight, January 1,
1970 UTC;
DelegationAbsoluteTime.getMaxStop() method
returns the maximum stop time in milliseconds from midnight, January 1,
1970 UTC;
DelegationRelativeTime.getMinStart() method
returns the minimum start duration in milliseconds;
DelegationRelativeTime.getMaxStart() method
returns the maximum start duration in milliseconds;
DelegationRelativeTime.getMinStop() method
returns the minimum stop duration in milliseconds;
DelegationRelativeTime.getMaxStop() method
returns the maximum stop duration in milliseconds;
Test Cases:
TestCase #1-2
It's verified that ConnectionAbsoluteTime.getTime() method returns
the deadline for connection establishment.
- GetTimeTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.GetTimeTest
-
- GetTimeTest.TestCase - Class in org.apache.river.test.spec.constraint.coreconstraint
-
An auxiliary class that describes a Test Case.
- getTotalRenewAllCalls() - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
Return the total number of times renewAll was called
- getTotalRenewCalls() - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
Return the total number of times renew has been called
- getTransaction() - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Creates transaction with default lease time.
- getTransaction(long) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Creates transaction with specified lease time.
- getTransactionManager() - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- getTransactionManagerAdmin(TransactionManager) - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- getTransactionManagerLease(TransactionManager.Created) - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- getTransactionManagers(int) - Method in class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- getTransformer() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
- getTransition() - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Returns the transition associated with this tuple
- getTrust() - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestSocketFactory
-
- getTxmgr() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- getTxnManager() - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Runs Transaction Manager.
- getTxnType() - Method in class org.apache.river.test.impl.outrigger.transaction.SpaceOperation
-
Get transaction type.
- getType() - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Return the service type originally returned by the
getServiceType method.
- getType() - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
returns last type argument of getEntryInternal method
- getUnconstrainedProxy() - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Obtain the service proxy without constraints applied
- getUndiscoveredLocators() - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
Returns the locators of the lookups from expectedDiscoveredMap that
are not also in discoveredMap; this method returns the locators
of the lookups that are expected to be discovered, but which
have not yet been discovered.
- GetUndiscoveredLocators - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetUndiscoveredLocators() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetUndiscoveredLocators
-
- GetUndiscoveredLocatorsAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the getUndiscoveredLocators method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- GetUndiscoveredLocatorsAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.GetUndiscoveredLocatorsAfterTerminate
-
- GetUndiscoveredLocatorsEmpty - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetUndiscoveredLocatorsEmpty() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetUndiscoveredLocatorsEmpty
-
- GetUndiscoveredLocatorsNew - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery utility
operates in a manner consistent with the specification.
- GetUndiscoveredLocatorsNew() - Constructor for class org.apache.river.test.spec.locatordiscovery.GetUndiscoveredLocatorsNew
-
- getUnexpNum() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseExporter
-
Returns number of 'unexport' method invocations.
- getUnfulfilledConstraints() - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
Implementation of interface method.
- getUnicastPort() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- getUnicastPort() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- getUnicastPort() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- getUniqueEntry() - Static method in class org.apache.river.test.impl.outrigger.matching.RandomEntryFactory
-
Returns a unique, random Entry object.
- getURL() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
This method returns URL object to be tested.
- getURL() - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
This method returns
URL object to be tested.
- getURL1() - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode.TestItem
-
Getting 1-st HTTPMD URL object of this TestItem object.
- getURL1() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
This method returns the 1-st URL object.
- getURL2() - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode.TestItem
-
Getting 2-nd HTTPMD URL object of this TestItem object.
- getURL2() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
This method returns the 2-nd URL object.
- getUrlAddr(boolean, QAConfig, int) - Static method in class org.apache.river.test.spec.loader.util.Util
-
Returns http or file based url address to download preferred classes.
- getUrls(boolean, String, String, QAConfig, int) - Static method in class org.apache.river.test.spec.loader.util.Util
-
Returns http or file URLs for file1 and file2.
- getUrls() - Static method in class org.apache.river.test.spec.security.util.BaseIntegrityVerifier
-
Returns urls passed to 'providesIntegrity' method.
- GetURLTask() - Constructor for class org.apache.river.tool.envcheck.plugins.CheckCodebase.GetURLTask
-
- getUseGroupAndLocDiscovery0() - Method in class org.apache.river.test.share.LookupServices
-
- getUseGroupAndLocDiscovery0() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getUseGroupAndLocDiscovery1() - Method in class org.apache.river.test.share.LookupServices
-
- getUseGroupAndLocDiscovery1() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getUseOnlyGroupDiscovery() - Method in class org.apache.river.test.share.LookupServices
-
- getUseOnlyGroupDiscovery() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getUseOnlyLocDiscovery() - Method in class org.apache.river.test.share.LookupServices
-
- getUseOnlyLocDiscovery() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- getUtilLog() - Static method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETransportListener
-
- getUuid() - Method in interface org.apache.river.test.impl.start.TestService
-
Returns Uuid for this service instance.
- getUuid() - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- getValidMC() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Returns first valid MethodConstraints for 'getProxyTrustIterator' method
of ProxyTrust or null otherwise.
- getValue() - Method in class org.apache.river.test.spec.export.util.AnFakeType
-
- getValue() - Method in class org.apache.river.test.spec.export.util.FakeType
-
Get the inner value of the
FakeType object.
- getVerifyField() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.verify field
- getWarningCount() - Static method in class org.apache.river.tool.envcheck.Reporter
-
Get the total number of warning records that were generated.
- getWorkingDir() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Return the working directory for test execution.
- getWrapperClassName() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Return the wrapper class name for executing a test in another VM.
- gotMsg - Variable in class org.apache.river.test.spec.url.httpmd.wrongmdexc.Constructor
-
The detailed message of
WrongMessageDigestException.
- GrandChildOfIntegerMatch - Class in org.apache.river.test.impl.outrigger.matching
-
Simple JavaSpace entry class for testing JavaSpace matching
- GrandChildOfIntegerMatch() - Constructor for class org.apache.river.test.impl.outrigger.matching.GrandChildOfIntegerMatch
-
Required public zero arg constructor Entry classes need
- GrandChildOfIntegerMatch(boolean) - Constructor for class org.apache.river.test.impl.outrigger.matching.GrandChildOfIntegerMatch
-
Create a new GrandChildOfIntegerMatch.
- GrandChildOfIntegerMatch(ChildOfIntegerMatch) - Constructor for class org.apache.river.test.impl.outrigger.matching.GrandChildOfIntegerMatch
-
Create a new GrandChildOfIntegerMatch that can
service as a template to retrieve the passed
GrandChildOfIntegerMatch (or subclass) from a JavaSpace
- GrandChildOfStringMatch - Class in org.apache.river.test.impl.outrigger.matching
-
Simple JavaSpace entry class for testing JavaSpace matching
- GrandChildOfStringMatch() - Constructor for class org.apache.river.test.impl.outrigger.matching.GrandChildOfStringMatch
-
Required public zero arg constructor Entry classes need
- GrandChildOfStringMatch(boolean) - Constructor for class org.apache.river.test.impl.outrigger.matching.GrandChildOfStringMatch
-
Create a new GrandChildOfStringMatch.
- GrandChildOfStringMatch(GrandChildOfStringMatch) - Constructor for class org.apache.river.test.impl.outrigger.matching.GrandChildOfStringMatch
-
Create a new ChildOfStringMatch that can service as a
template to retrieve the passed ChildOfStringMatch (or subclass) from
a JavaSpace
- grant(Object) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.grant method
- grant(Class, Class) - Method in class org.apache.river.test.spec.security.security.GrantTest3
-
Invokes 'Security.grant(Class, Class)' method with given arguments.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Method from DynamicPolicy interface.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.test.spec.security.util.DynamicPolicyProviderThrowingNPE
-
Always throws NullPointerException.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.test.spec.security.util.DynamicPolicyProviderThrowingSE
-
Always throws SecurityException.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.test.spec.security.util.DynamicPolicyProviderThrowingUOE
-
Always throws UnsupportedOperationException.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.tool.DebugDynamicPolicyProvider
-
Log calls.
- grant1 - Variable in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
grants for each of the three leases used in this test
- grant2 - Variable in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
- grant3 - Variable in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
- Grant_Test - Class in org.apache.river.test.spec.security.basicproxypreparer
-
Purpose:
This test verifies the behavior of the BasicProxyPreparer class
grant method:
protected void grant(Object proxy)
Infrastructure:
This test requires the following infrastructure:
1) FakeBasicProxyPreparer - accessor of the tested BasicProxyPreparer
class, that is gateway to protected method access.
- Grant_Test() - Constructor for class org.apache.river.test.spec.security.basicproxypreparer.Grant_Test
-
- Grant_Test.TraceException - Exception in org.apache.river.test.spec.security.basicproxypreparer
-
Unique exception for tracing inner call.
- granted - Variable in class org.apache.river.test.impl.norm.LeaseBackEnd.RenewResults
-
For each id passed to renewAll,
granted[i] is the granted lease time, or -1 if the
renewal for that least generated an exception.
- granted - Variable in class org.apache.river.test.share.LeaseBackEnd.RenewResults
-
For each id passed to renewAll,
granted[i] is the granted lease time, or -1 if the
renewal for that least generated an exception.
- GrantNoPrincipalCase01 - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that DynamicPolicyProvider
grants permissions (granted with no principals) properly.
- GrantNoPrincipalCase01() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantNoPrincipalCase01
-
- GrantNoPrincipalCase02 - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that DynamicPolicyProvider
grants permissions (granted with no principals) properly.
- GrantNoPrincipalCase02() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantNoPrincipalCase02
-
- grantParams - Variable in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Parameters passed to 'grant' method.
- GrantPermissionTest - Class in org.apache.river.test.spec.policyprovider.grantPermission
-
Purpose
This test verifies that GrantPermission class
works properly.
- GrantPermissionTest() - Constructor for class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
- GrantPermissionTestCase01 - Class in org.apache.river.test.spec.policyprovider.grantPermission
-
Purpose
This test verifies that GrantPermission class
properly implements aggregate permission implication.
- GrantPermissionTestCase01() - Constructor for class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTestCase01
-
- GrantPrincipal - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that DynamicPolicyProvider
grants permissions granted with principals properly.
- GrantPrincipal() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantPrincipal
-
- GrantPrincipalSame - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that DynamicPolicyProvider
grants permissions granted with principals properly.
- GrantPrincipalSame() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantPrincipalSame
-
- grantSupNum - Variable in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Number of 'grantSupported' method calls.
- grantSupported() - Method in class org.apache.river.test.spec.security.util.BaseDynamicPolicyProvider
-
Method from DynamicPolicy interface.
- grantSupported() - Method in class org.apache.river.test.spec.security.util.FalseDynamicPolicyProvider
-
Always returns false.
- grantSupported() - Method in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Returns false/true depending on value set by 'setGrantSupported()'
method.
- grantSupported() - Method in class org.apache.river.test.spec.security.util.TrueDynamicPolicyProvider
-
Always returns true.
- GrantSupportedTest - Class in org.apache.river.test.spec.security.security
-
Purpose
This test verifies the following:
'grantSupported' static method of Security class returns true if the
installed security policy provider supports dynamic permission grants -
i.e., if it implements the DynamicPolicy interface and calling its
'grantSupported' method returns true.
- GrantSupportedTest() - Constructor for class org.apache.river.test.spec.security.security.GrantSupportedTest
-
- GrantTest1 - Class in org.apache.river.test.spec.security.security
-
Purpose
This test verifies the following:
'grant(Class, Permission[])' static method of Security class does the
following: if the installed security policy provider implements the
DynamicPolicy interface, delegates to it to grant the specified
permissions to all protection domains (including ones not yet created)
which are associated with the class loader of the given class and
possess at least the principals of the current subject (if any).
- GrantTest1() - Constructor for class org.apache.river.test.spec.security.security.GrantTest1
-
- GrantTest2 - Class in org.apache.river.test.spec.security.security
-
Purpose
This test verifies the following:
'grant(Class, Principal[], Permission[])' static method of Security class
does the following: if the installed security policy provider implements
the DynamicPolicy interface, delegates to it to grant the specified
permissions to all protection domains (including ones not yet created)
which are associated with the class loader of the given class and
possess at least the given set of principals.
- GrantTest2() - Constructor for class org.apache.river.test.spec.security.security.GrantTest2
-
- GrantTest3 - Class in org.apache.river.test.spec.security.security
-
Purpose
This test verifies the following:
'grant(Class fromClass, Class toClass)' static method of Security class
does the following: if the installed security policy provider implements
the DynamicPolicy interface, takes the set of permissions dynamically
granted to the class loader of fromClass with the current subject's
principals, determines which of those permissions the calling context is
authorized to grant, and dynamically grants that subset of the
permissions to the class loader of toClass, qualified with the current
subject's principals.
- GrantTest3() - Constructor for class org.apache.river.test.spec.security.security.GrantTest3
-
- GridBagJPanel - Class in org.apache.river.test.impl.end2end.e2etest
-
- GridBagJPanel() - Constructor for class org.apache.river.test.impl.end2end.e2etest.GridBagJPanel
-
constructs a GridBagJPanel
- GroupChangeListener() - Constructor for class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
- groups - Variable in class org.apache.river.test.share.TestBase
-
Lookup groups to find lookup, null if we are in standAlone mode
- groups0 - Variable in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOn2SetGroups
-
- groups1 - Variable in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOn2SetGroups
-
- GroupsAddNewDiscoveryChangeListener - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the addDiscoveryListener method, this class
verifies that the LookupDiscoveryManager utility operates in
a manner consistent with the specification.
- GroupsAddNewDiscoveryChangeListener() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsAddNewDiscoveryChangeListener
-
- GroupsAddNewDiscoveryListener - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the addDiscoveryListener method, this class
verifies that the LookupDiscoveryManager utility operates in
a manner consistent with the specification.
- GroupsAddNewDiscoveryListener() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsAddNewDiscoveryListener
-
- groupsAreEqual(String[], ArrayList) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Removes any repeated elements from the ArrayList and then compares
the String elements in the array to the String elements in ArrayList.
- GroupsDiscardUnreachable - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the discard method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- GroupsDiscardUnreachable() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsDiscardUnreachable
-
- GroupsDiscovered - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
operates in a manner consistent with the specification.
- GroupsDiscovered() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsDiscovered
-
- GroupsDiscoveredAll - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
operates in a manner consistent with the specification.
- GroupsDiscoveredAll() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsDiscoveredAll
-
- groupSetsEqual(Map, Map) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Determines if the String[] contents of the given maps are equivalent
- groupsMap - Variable in class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsSome
-
- groupsMap - Variable in class org.apache.river.test.spec.discoveryservice.event.SetGroupsReplaceSome
-
- GroupsMulticastMonitorChange - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
handles, in a manner consistent with the specification, the changed
events that occur as a result of the replacement of one or more of the
member groups of discovered lookup services.
- GroupsMulticastMonitorChange() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorChange
-
- GroupsMulticastMonitorReplace - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
handles, in a manner consistent with the specification, the "passive"
discarded events that occur as a result of the complete replacement of
the member groups of previously discovered lookup services.
- GroupsMulticastMonitorReplace() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplace
-
- GroupsMulticastMonitorReplaceAll - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
monitors, in a manner consistent with the specification, the mulitcast
announcements received from lookup services it has discovered.
- GroupsMulticastMonitorReplaceAll() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplaceAll
-
- GroupsMulticastMonitorReplaceNone - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
handles, in a manner consistent with the specification, the "passive"
discarded events that occur as a result of the replacement of the member
groups of discovered lookup services with NO_GROUPS.
- GroupsMulticastMonitorReplaceNone() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplaceNone
-
- GroupsMulticastMonitorStop - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
monitors, in a manner consistent with the specification, the mulitcast
announcements received from lookup services it has discovered.
- GroupsMulticastMonitorStop() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorStop
-
- GroupsMulticastMonitorTerminate - Class in org.apache.river.test.spec.discoverymanager
-
This class verifies that the LookupDiscoveryManager utility
handles, in a manner consistent with the specification, the "passive"
discarded events that occur as a result of the termination of discovered
lookup services and the multicast announcements those lookups broadcast.
- GroupsMulticastMonitorTerminate() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorTerminate
-
- GroupsSetGroupsReplaceAll - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the setGroups method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- GroupsSetGroupsReplaceAll() - Constructor for class org.apache.river.test.spec.discoverymanager.GroupsSetGroupsReplaceAll
-
- groupsToAdd - Variable in class org.apache.river.test.spec.lookupdiscovery.AddGroups
-
- groupsToDiscover - Variable in class org.apache.river.test.spec.discoverymanager.Discovered
-
- groupsToDiscover - Variable in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedGroups
-
- groupsToDiscover - Variable in class org.apache.river.test.spec.lookupdiscovery.Discovered
-
- groupsToDiscover - Variable in class org.apache.river.test.spec.lookupdiscovery.DiscoveryBeginsOnAddGroupsAfterEmpty
-
- groupsToRemove - Variable in class org.apache.river.test.spec.discoverymanager.RemoveGroupsSome
-
- groupsToRemove - Variable in class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsSome
-
- groupsToRemove - Variable in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveSome
-
- GroupsUtil - Class in org.apache.river.test.share
-
This class contains a set of static methods that provide general-purpose
functions for processing group sets; functions such as displaying the
contents of one or more group sets, comparing the contents of two group
sets, etc.
- GroupsUtil() - Constructor for class org.apache.river.test.share.GroupsUtil
-
- RaceAttrsVsTerminateISE - Class in org.apache.river.test.impl.joinmanager
-
Regression test for bug #4953710 (ISE = IllegalStateException).
- RaceAttrsVsTerminateISE() - Constructor for class org.apache.river.test.impl.joinmanager.RaceAttrsVsTerminateISE
-
- RaceAttrsVsTerminateULE - Class in org.apache.river.test.impl.joinmanager
-
Regression test for bug #4953710 (ULE = UnknownLeaseException).
- RaceAttrsVsTerminateULE() - Constructor for class org.apache.river.test.impl.joinmanager.RaceAttrsVsTerminateULE
-
- RandomEntryFactory - Class in org.apache.river.test.impl.outrigger.matching
-
- RandomEntryFactory() - Constructor for class org.apache.river.test.impl.outrigger.matching.RandomEntryFactory
-
- RandomStressTask - Class in org.apache.river.test.impl.mahalo
-
- RandomStressTask(ExecutorService, WakeupManager, TransactionManager, int) - Constructor for class org.apache.river.test.impl.mahalo.RandomStressTask
-
- RandomStressTest - Class in org.apache.river.test.impl.mahalo
-
This class subjects the TransactionManager to randomly selected
stresses in an effor to subject it to the types of load which
may be encountered in a real situation.
- RandomStressTest() - Constructor for class org.apache.river.test.impl.mahalo.RandomStressTest
-
- re - Variable in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustThrowingRE1
-
RemoteException which will be thrown during 'getProxyVerifier' call
- re - Variable in class org.apache.river.test.spec.security.proxytrust.util.TrustIteratorThrowingRE
-
RemoteException which will be thrown during 'next' call
- re - Variable in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContextThrowingRE
-
RemoteException which will be thrown during 'isTrustedObject' call
- re - Variable in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierThrowingRE
-
RemoteException which will be thrown during 'isTrustedObject' call
- ReactivationTest - Class in org.apache.river.test.impl.outrigger.transaction
-
RecoveryTest tests basic transactional features.
- ReactivationTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.ReactivationTest
-
- read(Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Wrapper around JavaSpace.read().
- read() - Method in class org.apache.river.test.spec.jeri.util.FakeInputStream
-
Implementation of abstract method.
- ReadAndTakeEntryTaskMSG - Variable in class org.apache.river.test.impl.outrigger.matching.StressTest
-
- ReadAndTakeEntryTaskOK - Variable in class org.apache.river.test.impl.outrigger.matching.StressTest
-
- readAnnotation() - Method in class org.apache.river.test.spec.io.util.FakeMarshalInputStream
-
- ReadCallback - Interface in org.apache.river.test.impl.end2end.jssewrapper
-
- readCallback(InboundRequest) - Method in interface org.apache.river.test.impl.end2end.jssewrapper.ReadCallback
-
Callback made from the readCallData method
- readCallbackLocal - Static variable in class org.apache.river.test.impl.end2end.jssewrapper.Bridge
-
- ReAddLeaseTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that when a lease is added to a set in which it already
resides that the membership duration is updated appropriately.
- ReAddLeaseTest() - Constructor for class org.apache.river.test.spec.renewalservice.ReAddLeaseTest
-
- ReaderObject - Class in org.apache.river.test.impl.end2end.e2etest
-
- readIfExists(Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Wrapper around JavaSpace.readIfExists().
- ReadIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
ReadIfExistsNO_WAITTest asserts that for readIfExists with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- ReadIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.ReadIfExistsNO_WAITTest
-
- ReadIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
ReadIfExistsTest asserts that for readIfExists with timeouts
other then NO_WAIT:
1) If a match is found by readIfExists, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- ReadIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.ReadIfExistsTest
-
- ReadNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
ReadNO_WAITTest asserts that for read with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- ReadNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.ReadNO_WAITTest
-
- ReadObjectTest - Class in org.apache.river.test.spec.security.accesspermission
-
Purpose
This test verifies the following:
'readObject' method of AccessPermission verifies the syntax of the target
name and recreates any transient state.
- ReadObjectTest() - Constructor for class org.apache.river.test.spec.security.accesspermission.ReadObjectTest
-
- ReadObjectTest - Class in org.apache.river.test.spec.security.authenticationpermission
-
Purpose
This test verifies the following:
'readObject' method of AuthenticationPermission verifies the syntax of
the target name and recreates any transient state.
- ReadObjectTest() - Constructor for class org.apache.river.test.spec.security.authenticationpermission.ReadObjectTest
-
- ReadObjectTest - Class in org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler
-
Purpose
This test verifies the following:
ReadObject method of ProxyTrustInvocationHandler verifies that the main
proxy is an instance of TrustEquivalence, and that the bootstrap proxy
is an instance of both RemoteMethodControl and TrustEquivalence.
- ReadObjectTest() - Constructor for class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.ReadObjectTest
-
- ReadObjectTest.FakeAccessPermission - Class in org.apache.river.test.spec.security.accesspermission
-
Serialization-equivalent of AccessPermission.
- ReadObjectTest.FakeAuthenticationPermission - Class in org.apache.river.test.spec.security.authenticationpermission
-
Serialization-equivalent of AuthenticationPermission.
- ReadObjectTest.FakeAuthenticationPermissionCollection - Class in org.apache.river.test.spec.security.authenticationpermission
-
Serialization-equivalent of AuthenticationPermissionCollection.
- ReadObjectTest.FakeOutputStream - Class in org.apache.river.test.spec.security.accesspermission
-
Stream to serialize FakeAccessPermission as AccessPermission.
- ReadObjectTest.FakeOutputStream - Class in org.apache.river.test.spec.security.authenticationpermission
-
Stream to serialize FakeAuthenticationPermission as
AuthenticationPermission.
- ReadReadTakeTest - Class in org.apache.river.test.impl.outrigger.transaction
-
Writes and entry, creates two transactions, T1 and T2, reads the
entry under T1, reads the entry under T2, then performs a blocking
take/takeIfExists under T1, and then commits/aborts T2.
- ReadReadTakeTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.ReadReadTakeTest
-
- ReadTakeAbortTest - Class in org.apache.river.test.impl.outrigger.transaction
-
Writes and entry, opens a transaction, reads and then takes
the entry under the transaction, aborts the transaction and then
checks to see if the entry is present.
- ReadTakeAbortTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.ReadTakeAbortTest
-
- ReadTakeCommitTest - Class in org.apache.river.test.impl.outrigger.transaction
-
Writes and entry, opens a transaction, reads and then takes
the entry under the transaction, commits the transaction and then
checks to see if the entry is gone.
- ReadTakeCommitTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.ReadTakeCommitTest
-
- ReadTest - Class in org.apache.river.test.spec.id.uuidfactory
-
Purpose
This test verifies the behavior of the UuidFactory.read method.
- ReadTest() - Constructor for class org.apache.river.test.spec.id.uuidfactory.ReadTest
-
- ReadTest - Class in org.apache.river.test.spec.javaspace.conformance
-
ReadTest asserts that for read with timeouts other then NO_WAIT:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- ReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.ReadTest
-
- realFileContents - Variable in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
Contents of file specified by HTTPMD URL object
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
- receive(InputStream, long) - Method in interface org.apache.river.test.spec.jeri.mux.util.Message
-
Receive a Jini ERI Multiplexing Protocol message from am input stream.
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
- receive(InputStream, long) - Method in class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNonNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNonNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNonNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcLeaseExp
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcReg
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNonNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNull
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntrySrvcReg
-
- receivedTuples - Variable in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnComboAttrSet
-
- recurse(OrangeEcho, int[], int) - Method in interface org.apache.river.test.impl.reliability.Orange
-
- recurse(Orange, int[], int) - Method in interface org.apache.river.test.impl.reliability.OrangeEcho
-
- recurse(Orange, int[], int) - Method in class org.apache.river.test.impl.reliability.OrangeEchoImpl
-
Call back on supplied "orange" object (presumably the caller)
with the same message data and a decremented recursion level.
- recurse(OrangeEcho, int[], int) - Method in class org.apache.river.test.impl.reliability.OrangeImpl
-
Return inverted message data, call through supplied OrangeEcho
object if not at recursion level zero.
- redirect(int) - Method in class org.apache.river.test.spec.jeri.mux.util.TestServerEndpoint
-
Produce endpoints that attempt to connect to the passed in port instead
of the server's listen port.
- Redirector - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class that records the conversation between a client and a server
- Redirector(String, int, int) - Constructor for class org.apache.river.test.spec.jeri.mux.util.Redirector
-
Constructs a Redirector object.
- ReferencedClasses - Class in org.apache.river.tool.classdepend
-
A utility class for computing the classes referred to by another class.
- refresh() - Method in class org.apache.river.qa.harness.MergedPolicyProvider
-
Refresh all of the underlying policies.
- refresh() - Method in class org.apache.river.test.spec.policyprovider.util.QABadPolicy
-
- refresh() - Method in class org.apache.river.test.spec.security.util.BasePolicyProvider
-
Method from Policy class.
- RefreshNoPrincipal - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that DynamicPolicyProvider
refreshes permissions (granted with no principals) properly.
- RefreshNoPrincipal() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.RefreshNoPrincipal
-
- RegCancelExpireShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegCancelExpireShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegCancelExpireShutdownTest
-
- RegCancelShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegCancelShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegCancelShutdownTest
-
- regCompletionDelay - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- RegCreateShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegCreateShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegCreateShutdownTest
-
- RegDisableShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegDisableShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegDisableShutdownTest
-
- RegEnableShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegEnableShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegEnableShutdownTest
-
- RegGroupsPair(ServiceRegistrar, String[]) - Constructor for class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegGroupsPair
-
- RegInfo(ServiceID, ServiceRegistration, Lease, Entry[], ServiceRegistrar) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegInfo
-
- regInfoMap - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- register(long, MarshalledObject, RemoteEventListener, long) - Method in interface org.apache.river.test.impl.mercury.TestGenerator
-
- register(long, MarshalledObject, RemoteEventListener, long) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- register(ServiceItem, long) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- register(ServiceItem, long) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- Register - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- Register() - Constructor for class org.apache.river.test.spec.joinmanager.Register
-
- registerAll() - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Requesting the maximum duration for the service lease, registers all
service items from the list defined in this class and returns the
resulting ServiceRegistration objects
- registerAll(long) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Requesting the given duration for the service lease, registers all
service items from the list defined in this class and returns the
resulting ServiceRegistration objects
- registerAndVerify(long) - Method in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
This method registers the configured number of test service(s) with
the configured number of lookup service(s) that were started during
construct.
- RegisterAttributes - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- RegisterAttributes() - Constructor for class org.apache.river.test.spec.joinmanager.RegisterAttributes
-
- registerDescriptorTransformer(ServiceDescriptorTransformer) - Method in class org.apache.river.qa.harness.AbstractServiceAdmin
-
Register a ServiceDescriptorTransformer to be called
immediately before the create method is called. this
method must be called before the start method is called.
- RegisterForAvailabilityEventTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
RegisterForAvailabilityEventTest05 tests
JavaSpace05.registerForAvailabilityEvent method with null transaction.
- RegisterForAvailabilityEventTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.RegisterForAvailabilityEventTest05
-
- registerGroup(ActivationGroupDesc) - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- RegisterInvalidServiceID - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that registering with the same service ID
as the lookup service itself results in an IllegalArgumentException.
- RegisterInvalidServiceID() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.RegisterInvalidServiceID
-
- registerItem(ServiceItem, ServiceRegistrar) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Requesting the maximum duration for the service lease, uses the
given Registrar proxy to register the given service item and
returns the resulting ServiceRegistration object
- registerItem(ServiceItem, long, ServiceRegistrar) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Requesting the given duration for the service lease, uses the
given Registrar proxy to register the given service item and
returns the resulting ServiceRegistration object
- registerListener(TransportListener) - Static method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETransportListener
-
- registerListener(TransportListener) - Static method in class org.apache.river.test.spec.jeri.connection.util.ConnectionTransportListener
-
- RegisterNegDuration - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that registering with a negative lease
duration results in an IllegalArgumentException.
- RegisterNegDuration() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.RegisterNegDuration
-
- registerNSrvcsPerClass(int) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Requesting the maximum duration for the service lease, registers
n instances of each of the service items from the list defined
in this class and returns the resulting ServiceRegistration objects
- registerNSrvcsPerClass(int, long) - Method in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Requesting the given duration for the service lease, registers
n instances of each of the service items from the list defined
in this class and returns the resulting ServiceRegistration objects
- RegisterNullService - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that registering with a null service
instance results in a NullPointerException.
- RegisterNullService() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.RegisterNullService
-
- RegisterNullServiceItem - Class in org.apache.river.test.spec.lookupservice.test_set02
-
This class is used to verify that registering with a null ServiceItem
results in a NullPointerException.
- RegisterNullServiceItem() - Constructor for class org.apache.river.test.spec.lookupservice.test_set02.RegisterNullServiceItem
-
- registerObject(ActivationDesc) - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- RegisterProp - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- RegisterProp() - Constructor for class org.apache.river.test.spec.joinmanager.RegisterProp
-
- registerServices(int, int) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Constructs and registers the appropriate service(s) and associated
attribute(s) based on the value of the given number of services
and number of attributes.
- registerServices(int, int, int) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- registerServices(int, int, int, int) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- registerServices(int, int, int, int, boolean) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- RegisterStorm - Class in org.apache.river.test.impl.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- RegisterStorm() - Constructor for class org.apache.river.test.impl.joinmanager.RegisterStorm
-
- RegisterThread(int, int, long) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegisterThread
-
- RegisterThread(int, int, int, long) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegisterThread
-
- registerUserInterface(UserInterface) - Method in interface org.apache.river.test.impl.end2end.e2etest.TestClient
-
Register a UserInterface.
- RegistrationIFTest - Class in org.apache.river.test.impl.mercury
-
- RegistrationIFTest() - Constructor for class org.apache.river.test.impl.mercury.RegistrationIFTest
-
- RegRenewExpireShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegRenewExpireShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegRenewExpireShutdownTest
-
- RegRenewShutdownTest - Class in org.apache.river.test.impl.mercury
-
- RegRenewShutdownTest() - Constructor for class org.apache.river.test.impl.mercury.RegRenewShutdownTest
-
- regServicesAndCreateCache() - Method in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- RegsNotifiedOnRemoveGroups - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that when the removeGroups method is used
to remove already-discovered groups from a number of registrations at
different times, the lookup discovery service sends the appropriate remote
discard events to the listener of each such registration.
- RegsNotifiedOnRemoveGroups() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RegsNotifiedOnRemoveGroups
-
- RegsNotifiedOnRemoveLocs - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that when the removeLocators method is used
to remove already-discovered locators from a number of registrations at
different times, the lookup discovery service sends the appropriate remote
discard events to the listener of each such registration.
- RegsNotifiedOnRemoveLocs() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RegsNotifiedOnRemoveLocs
-
- reject() - Method in class org.apache.river.test.spec.jeri.transport.util.GetDeliveryDispatcher
-
- REListenerImpl - Class in org.apache.river.test.impl.mercury
-
- RememberingRemoteListener - Class in org.apache.river.test.share
-
RememberingRemoteListener keeps track of each RemoteEvent it
receives and the time each event was received.
- RememberingRemoteListener(Exporter) - Constructor for class org.apache.river.test.share.RememberingRemoteListener
-
Constructor requiring an exporter to export the listener.
- RemoteEventComparator - Class in org.apache.river.test.spec.lookupservice
-
Comparator to order RemoteEvents by their event id, followed by sequence
number.
- RemoteEventComparator() - Constructor for class org.apache.river.test.spec.lookupservice.RemoteEventComparator
-
- RemoteEventHandle - Class in org.apache.river.test.impl.mercury
-
- RemoteEventHandle(RemoteEvent) - Constructor for class org.apache.river.test.impl.mercury.RemoteEventHandle
-
- remoteExceptionInVerify() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Exception e will be thrown in next call of verify
- RemoteMatch - Class in org.apache.river.test.impl.outrigger.matching
-
Simple JavaSpace entry class for testing JavaSpace matching
- RemoteMatch() - Constructor for class org.apache.river.test.impl.outrigger.matching.RemoteMatch
-
Required public zero arg constructor Entry classes need
- RemoteMatch(boolean) - Constructor for class org.apache.river.test.impl.outrigger.matching.RemoteMatch
-
Create a new .
- RemoteMethodSetInterface - Interface in org.apache.river.test.spec.activation.util
-
RemoteMethodSetInterface
-extends Remote
-a interface that defines these methods:
void voidReturn() throws RemoteException
void voidReturn(int i, Object o) throws RemoteException
void voidReturn(int i) throws RemoteException
Object objectReturn() throws RemoteException
Object objectReturn(Object o, int i) throws RemoteException
Object objectReturn(int i) throws RemoteException
int intReturn() throws RemoteException
int intReturn(int i, Object o) throws RemoteException
int intReturn(int i) throws RemoteException
Object[] objectArrayReturn(Object[] o) throws RemoteException
byte byteReturn(byte b) throws RemoteException
long longReturn(long l) throws RemoteException
double doubleReturn(double d) throws RemoteException
boolean booleanReturn(boolean b) throws RemoteException
char charReturn(char c) throws RemoteException
short shortReturn(short s) throws RemoteException
float floatReturn(float f) throws RemoteException
- RemovalTest - Class in org.apache.river.test.spec.renewalservice
-
RemovalTest asserts that the removal of a lease actually results in
it being removed (according to the remove method) and no further
action is taken on the lease for a period of up to and including
its expiration time plus one half.
- RemovalTest() - Constructor for class org.apache.river.test.spec.renewalservice.RemovalTest
-
- remove(Object) - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
- REMOVE_DISCOVERY_LISTENER - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- REMOVE_DISCOVERY_LISTENER - Static variable in class org.apache.river.test.impl.lookupdiscovery.AddDiscoveryListenerAfterTerminate
-
- REMOVE_GROUPS - Static variable in class org.apache.river.test.impl.lookupdiscovery.AddDiscoveryListenerAfterTerminate
-
- REMOVE_LOCATORS - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- RemoveCancelTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that removal of a lease from a set will not cancel the lease.
- RemoveCancelTest() - Constructor for class org.apache.river.test.spec.renewalservice.RemoveCancelTest
-
- RemoveDiscoveryListener - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery
utility operates in a manner consistent with the specification.
- RemoveDiscoveryListener() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveDiscoveryListener
-
- RemoveDiscoveryListener - Class in org.apache.river.test.spec.lookupdiscovery
-
This class verifies that the LookupDiscovery utility operates
in a manner consistent with the specification.
- RemoveDiscoveryListener() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveDiscoveryListener
-
- RemoveDiscoveryListenerAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the removeDiscoveryListener method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- RemoveDiscoveryListenerAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.RemoveDiscoveryListenerAfterTerminate
-
- RemoveDiscoveryListenerAfterTerminate - Class in org.apache.river.test.impl.lookupdiscovery
-
With respect to the current implementation of the
LookupDiscovery utility, this class verifies
that if the removeDiscoveryListener method is invoked
after the lookup discovery utility has been terminated, an
IllegalStateException results.
- RemoveDiscoveryListenerAfterTerminate() - Constructor for class org.apache.river.test.impl.lookupdiscovery.RemoveDiscoveryListenerAfterTerminate
-
- RemoveDiscoveryListenerDNE - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the removeDiscoveryListener method, this class
verifies that the LookupLocatorDiscovery utility operates
in a manner consistent with the specification.
- RemoveDiscoveryListenerDNE() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveDiscoveryListenerDNE
-
- removeDups(Entry[]) - Static method in class org.apache.river.test.share.BaseQATest
-
- removedWait - Variable in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- RemoveExactlyOneTest - Class in org.apache.river.test.impl.norm
-
Test creates a set and registers for both warning and renewail failure
events.
- RemoveExactlyOneTest() - Constructor for class org.apache.river.test.impl.norm.RemoveExactlyOneTest
-
- RemoveGroupsAfterTerminate - Class in org.apache.river.test.impl.lookupdiscovery
-
With respect to the current implementation of the
LookupDiscovery utility, this class verifies
that if the removeGroups method is invoked
after the lookup discovery utility has been terminated, an
IllegalStateException results.
- RemoveGroupsAfterTerminate() - Constructor for class org.apache.river.test.impl.lookupdiscovery.RemoveGroupsAfterTerminate
-
- RemoveGroupsAll - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the removeGroups method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- RemoveGroupsAll() - Constructor for class org.apache.river.test.spec.discoverymanager.RemoveGroupsAll
-
- RemoveGroupsAll - Class in org.apache.river.test.spec.discoveryservice.event
-
With respect to the removeGroups method, this class verifies
that the lookup discovery service operates in a manner consistent with the
specification.
- RemoveGroupsAll() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsAll
-
- RemoveGroupsAllGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- RemoveGroupsAllGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsAllGroups
-
- removeGroupsAllRegs(String[]) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- removeGroupsAllRegs(String[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- RemoveGroupsDups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- RemoveGroupsDups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsDups
-
- RemoveGroupsLocsDiscard - Class in org.apache.river.test.impl.discoverymanager
-
This class acts as a regression test for bug ID 4510435.
- RemoveGroupsLocsDiscard() - Constructor for class org.apache.river.test.impl.discoverymanager.RemoveGroupsLocsDiscard
-
Constructs an instance of this class.
- RemoveGroupsNoGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- RemoveGroupsNoGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsNoGroups
-
- RemoveGroupsNullElement - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- RemoveGroupsNullElement() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsNullElement
-
- removeGroupsOneReg(String[], Map.Entry) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- removeGroupsOneReg(String[], Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- removeGroupsRegMap(Map, String[]) - Method in class org.apache.river.test.share.LookupServices
-
Convenience method that allows sub-classes of this class to request,
for the registrations referenced in the given regMap, the removal
of the given set of groups from each registration.
- removeGroupsRegMap(Map, String[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Convenience method that allows sub-classes of this class to request,
for the registrations referenced in the given regMap, the removal
of the given set of groups from each registration.
- RemoveGroupsRemoveAll - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class
verifies that the LookupDiscovery utility operates
in a manner consistent with the specification.
- RemoveGroupsRemoveAll() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveAll
-
- RemoveGroupsRemoveNone - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- RemoveGroupsRemoveNone() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveNone
-
- RemoveGroupsRemoveSome - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class
verifies that the LookupDiscovery utility operates
in a manner consistent with the specification.
- RemoveGroupsRemoveSome() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveSome
-
- RemoveGroupsSome - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the removeGroups method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- RemoveGroupsSome() - Constructor for class org.apache.river.test.spec.discoverymanager.RemoveGroupsSome
-
- RemoveGroupsSome - Class in org.apache.river.test.spec.discoveryservice.event
-
With respect to the removeGroups method, this class verifies
that the lookup discovery service operates in a manner consistent with the
specification.
- RemoveGroupsSome() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsSome
-
- RemoveGroupsUnsupportedOperation - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the removeGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- RemoveGroupsUnsupportedOperation() - Constructor for class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsUnsupportedOperation
-
- removeListFromArray(ArrayList, String[]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Removes all elements of the String array from the ArrayList; returns
a new ArrayList containing the elements of the original ArrayList
minus elements from the String array.
- RemoveLocatorsAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the removeLocators method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- RemoveLocatorsAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.RemoveLocatorsAfterTerminate
-
- RemoveLocatorsAll - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- RemoveLocatorsAll() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsAll
-
- RemoveLocatorsAll - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the removeLocators method, this class
verifies that the LookupLocatorDiscovery utility operates
in a manner consistent with the specification.
- RemoveLocatorsAll() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsAll
-
- removeLocatorsAllRegs(LookupLocator[]) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- removeLocatorsAllRegs(LookupLocator[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- RemoveLocatorsDups - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the removeLocators method, this class verifies
that the LookupLocatorDiscovery utility operates in a manner
consistent with the specification.
- RemoveLocatorsDups() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsDups
-
- RemoveLocatorsEmpty - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the removeLocators method, this class verifies
that the LookupLocatorDiscovery utility operates in a manner
consistent with the specification.
- RemoveLocatorsEmpty() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsEmpty
-
- RemoveLocatorsFullyQualified - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a
manner consistent with the specification.
- RemoveLocatorsFullyQualified() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsFullyQualified
-
- RemoveLocatorsNull - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery
utility operates in a manner consistent with the specification.
- RemoveLocatorsNull() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsNull
-
- RemoveLocatorsNullElement - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery
utility operates in a manner consistent with the specification.
- RemoveLocatorsNullElement() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsNullElement
-
- removeLocatorsOneReg(LookupLocator[], Map.Entry) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- removeLocatorsOneReg(LookupLocator[], Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- removeLocatorsRegMap(Map, LookupLocator[]) - Method in class org.apache.river.test.share.LookupServices
-
Convenience method that allows sub-classes of this class to request,
for the registrations referenced in the given regMap, the removal
of the given set of locators from each registration.
- removeLocatorsRegMap(Map, LookupLocator[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Convenience method that allows sub-classes of this class to request,
for the registrations referenced in the given regMap, the removal
of the given set of locators from each registration.
- RemoveLocatorsSome - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- RemoveLocatorsSome() - Constructor for class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsSome
-
- RemoveLocatorsSome - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the removeLocators method, this class
verifies that the LookupLocatorDiscovery utility operates
in a manner consistent with the specification.
- RemoveLocatorsSome() - Constructor for class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsSome
-
- RemoveLookupGroups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroups
-
- RemoveLookupGroupsAllFromAll - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroupsAllFromAll() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsAllFromAll
-
- RemoveLookupGroupsAllFromFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroupsAllFromFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsAllFromFinite
-
- RemoveLookupGroupsDups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroupsDups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsDups
-
- RemoveLookupGroupsFiniteFromAll - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroupsFiniteFromAll() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsFiniteFromAll
-
- RemoveLookupGroupsFiniteFromNone - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroupsFiniteFromNone() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsFiniteFromNone
-
- RemoveLookupGroupsNoneFromFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of groups from the set of groups with which
it has been configured to join.
- RemoveLookupGroupsNoneFromFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsNoneFromFinite
-
- RemoveLookupLocators - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of locators from the set of locators with
which it has been configured to join.
- RemoveLookupLocators() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocators
-
- RemoveLookupLocatorsDups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of locators from the set of locators with
which it has been configured to join.
- RemoveLookupLocatorsDups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocatorsDups
-
- RemoveLookupLocatorsEmptyFromFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of locators from the set of locators with
which it has been configured to join.
- RemoveLookupLocatorsEmptyFromFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocatorsEmptyFromFinite
-
- RemoveLookupLocatorsFiniteFromEmpty - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of locators from the set of locators with
which it has been configured to join.
- RemoveLookupLocatorsFiniteFromEmpty() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocatorsFiniteFromEmpty
-
- RemoveLookupLocatorsNullFromFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully remove a set of locators from the set of locators with
which it has been configured to join.
- RemoveLookupLocatorsNullFromFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocatorsNullFromFinite
-
- removeMemberGroups(String[]) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- removeMemberGroups(String[]) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- removeMemberGroups(String[]) - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- removeRepeatedElems(ArrayList) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Removes any repeated elements from the input ArrayList; returns
a new ArrayList containing all unique elements from the input list.
- removeResources(String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Removes directory structure created by createClassLoader method
- renew(Uuid, long) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- renew(long) - Method in class org.apache.river.test.impl.norm.BaseOwner
-
- renew(long) - Method in class org.apache.river.test.impl.norm.FailingOwner
-
- renew(int, long) - Method in interface org.apache.river.test.impl.norm.LeaseBackEnd
-
Called by the lease when its renew method is called.
- renew(int, long) - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
- renew(long) - Method in class org.apache.river.test.impl.norm.LeaseOwner
-
The renewal service is renewing the given lease.
- renew(long) - Method in class org.apache.river.test.impl.norm.OurAbstractLease
-
Renew the lease for a duration relative to now.
- renew(long) - Method in class org.apache.river.test.impl.norm.RenewAtOwner
-
- renew(long) - Method in class org.apache.river.test.impl.norm.RenewingOwner
-
- renew(long) - Method in class org.apache.river.test.share.BasicLeaseOwner
-
- renew(long) - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
The renewal service is renewing the given lease.
- renew(long) - Method in class org.apache.river.test.share.FailingOwner
-
- renew(int, long) - Method in interface org.apache.river.test.share.LeaseBackEnd
-
Called by the lease when its renew method is called.
- renew(int, long) - Method in class org.apache.river.test.share.LeaseBackEndImpl
-
- renew(long) - Method in class org.apache.river.test.share.LeaseOwner
-
The renewal service is renewing the given lease.
- renew(long) - Method in class org.apache.river.test.share.OpCountingOwner
-
The renewal service is renewing the given lease.
- renew(long) - Method in class org.apache.river.test.share.OurAbstractLease
-
Renew the lease for a duration relative to now.
- renew(long) - Method in class org.apache.river.test.share.TrackingOwner
-
- renewalException - Variable in class org.apache.river.test.share.RenewingRemoteListener
-
If lease could not be renewed then the exception is stored here.
- RenewalFailureEventIndefiniteTest - Class in org.apache.river.test.spec.renewalservice
-
This class performs the same assertions as RenewalFailureEventTest.
- RenewalFailureEventIndefiniteTest() - Constructor for class org.apache.river.test.spec.renewalservice.RenewalFailureEventIndefiniteTest
-
- RenewalFailureEventTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the RenewalFailureEvent object returns the excepted
lease and the last Throwable from a series of indefinite renewal
failures.
- RenewalFailureEventTest() - Constructor for class org.apache.river.test.spec.renewalservice.RenewalFailureEventTest
-
- RenewalFailureIndefiniteTest - Class in org.apache.river.test.spec.renewalservice
-
Asserts that an event get delivered for an indefinite exception
only after the expiration time of the client lease.
- RenewalFailureIndefiniteTest() - Constructor for class org.apache.river.test.spec.renewalservice.RenewalFailureIndefiniteTest
-
- RenewalFailureListenerTest - Class in org.apache.river.test.spec.renewalservice
-
Asserts the following from the LRS spec.
- RenewalFailureListenerTest() - Constructor for class org.apache.river.test.spec.renewalservice.RenewalFailureListenerTest
-
- RenewalFailureTest - Class in org.apache.river.test.impl.norm
-
Test creates a lease a number of leases, places them all in the
renewal set and then forces a number of failure and makes sure that
the appropriate events get generated, and that the leases are removed
from the set.
- RenewalFailureTest() - Constructor for class org.apache.river.test.impl.norm.RenewalFailureTest
-
- renewAll() - Method in class org.apache.river.test.impl.mahalo.NoOpLeaseMap
-
- renewAll(Uuid[], long[]) - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- renewAll(int[], long[]) - Method in interface org.apache.river.test.impl.norm.LeaseBackEnd
-
Called by the lease map when its renewAll method is called.
- renewAll(int[], long[]) - Method in class org.apache.river.test.impl.norm.LeaseBackEndImpl
-
- renewAll(int[], long[]) - Method in interface org.apache.river.test.share.LeaseBackEnd
-
Called by the lease map when its renewAll method is called.
- renewAll(int[], long[]) - Method in class org.apache.river.test.share.LeaseBackEndImpl
-
- renewals - Variable in class org.apache.river.test.share.LeaseUsesTestBase
-
- RenewalTimeTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the expiration time of a returned lease reflects either
the original time or the time set as a result of the last
successful renewal.
- RenewalTimeTest() - Constructor for class org.apache.river.test.spec.renewalservice.RenewalTimeTest
-
- RenewAtIntervalTest - Class in org.apache.river.test.spec.renewalservice
-
Assert that the renewFor/3 method causes leases to be renewed with
a value that is equal to the lease duration specified in the call
(3rd argument).
- RenewAtIntervalTest() - Constructor for class org.apache.river.test.spec.renewalservice.RenewAtIntervalTest
-
- RenewAtOwner - Class in org.apache.river.test.impl.norm
-
Simple owner that lets the renews the lease when asked.
- RenewAtOwner(long, long, long, long, long, Object) - Constructor for class org.apache.river.test.impl.norm.RenewAtOwner
-
Simple constructor
- RenewAtTest - Class in org.apache.river.test.impl.norm
-
Test creates a lease a number of leases and adds them with
diffrent desiered expiration and renew durations wait for
some time and makes sure that only the leases that should
have expired expire.
- RenewAtTest() - Constructor for class org.apache.river.test.impl.norm.RenewAtTest
-
- renewGrant - Variable in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
The maximum time granted for a lease by a renew operation.
- RenewingOwner - Class in org.apache.river.test.impl.norm
-
Simple owner that lets the lease be renewed a number of times.
- RenewingOwner(long, int, long, long, long) - Constructor for class org.apache.river.test.impl.norm.RenewingOwner
-
Simple constructor
- RenewingRemoteListener - Class in org.apache.river.test.share
-
RenewingRemoteListener keeps track of each RemoteEvent it
receives and if the event is an ExpirationWarningEvent it will attempt
to renew the lease.
- RenewingRemoteListener(Exporter, long) - Constructor for class org.apache.river.test.share.RenewingRemoteListener
-
Constructor requiring a renewal duration value and an Exporter.
- RenewLease - Class in org.apache.river.test.spec.discoveryservice.lease
-
This class determines if the lookup discovery service can, when requested
by a registered client, successfully renew the lease the service granted
on the registration object through which the client requests the renewal.
- RenewLease() - Constructor for class org.apache.river.test.spec.discoveryservice.lease.RenewLease
-
- RenewLeaseMap - Class in org.apache.river.test.spec.discoveryservice.lease
-
This class determines if the lookup discovery service can, when requested
by a registered client, successfully renew through a single method
invocation a set of "batchable" leases the service granted on a set
of registrations held by the client.
- RenewLeaseMap() - Constructor for class org.apache.river.test.spec.discoveryservice.lease.RenewLeaseMap
-
- RenewResults(long[]) - Constructor for class org.apache.river.test.impl.norm.LeaseBackEnd.RenewResults
-
Create a RenewResults object setting the field
granted to the passed value, and denied
to null.
- RenewResults(long[], Throwable[]) - Constructor for class org.apache.river.test.impl.norm.LeaseBackEnd.RenewResults
-
Create a RenewResults object setting the field
granted and denied fields to the
passed values.
- RenewResults(long[]) - Constructor for class org.apache.river.test.share.LeaseBackEnd.RenewResults
-
Create a RenewResults object setting the field
granted to the passed value, and denied
to null.
- RenewResults(long[], Exception[]) - Constructor for class org.apache.river.test.share.LeaseBackEnd.RenewResults
-
Create a RenewResults object setting the field
granted and denied fields to the
passed values.
- replaceDollar(String) - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Replacing <DollarSign> with $ sign.
- replaceGroups(Object, int, String[], boolean, int) - Method in class org.apache.river.test.share.LookupServices
-
Common code, used by discovery service test classes,
invoked by the run() method.
- replaceGroups(String[], boolean, int) - Method in class org.apache.river.test.share.LookupServices
-
- replaceGroups(int) - Method in class org.apache.river.test.share.LookupServices
-
- replaceGroups(Object, int, String[], boolean, int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes, that is
invoked by the run() method.
- replaceGroups(String[], boolean, int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- replaceGroups(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- replaceMemberGroups(boolean) - Method in class org.apache.river.test.share.BaseQATest
-
Depending on the value of the boolean parameter alternate,
for each lookup service that has been started, this method either
replaces the current member groups of the lookup service with a
new set of groups containing NONE of the current groups of interest
(alternate == false), or a new set of
groups in which, alternately, half the elements are equal to their
counterparts in the original set, and half are different from their
counterparts.
- replaceMemberGroups() - Method in class org.apache.river.test.share.BaseQATest
-
For each lookup service that has been started, this method replaces
the lookup service's current member groups with a new set of groups
containing NONE of the current groups of interest.
- replaceMemberGroups(String[]) - Method in class org.apache.river.test.share.BaseQATest
-
For each lookup service that has been started, this method replaces
the lookup service's current member groups with the given set of
groups.
- replaceMemberGroups(int, String[]) - Method in class org.apache.river.test.share.BaseQATest
-
For N of the lookup services started, this method replaces the lookup
service's current member groups with the given set of groups; where
N is determined by the value of the given nReplacements
parameter.
- replaceMemberGroups(boolean) - Method in class org.apache.river.test.share.LookupServices
-
Depending on the value of the boolean parameter alternate,
for each lookup service that has been started, this method either
replaces the current member groups of the lookup service with a
new set of groups containing NONE of the current groups of interest
(alternate == false), or a new set of
groups in which, alternately, half the elements are equal to their
counterparts in the original set, and half are different from their
counterparts.
- replaceMemberGroups(String[]) - Method in class org.apache.river.test.share.LookupServices
-
For each lookup service that has been started, this method replaces
the lookup service's current member groups with the given set of
groups.
- replaceMemberGroups(int, String[]) - Method in class org.apache.river.test.share.LookupServices
-
For N of the lookup services started, this method replaces the lookup
service's current member groups with the given set of groups; where
N is determined by the value of the given nReplacements
parameter.
- replacementGroups - Variable in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplace
-
- replacementGroups - Variable in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorChange
-
- replacementGroups - Variable in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorReplace
-
- replacePound(String) - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Replacing <PoundSign> with # sign.
- replacePound(String) - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Replacing <PoundSign> with # sign.
- replacePound(String) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Replacing <PoundSign> with # sign.
- replaceQuote(String) - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Replacing <QuoteSign> with ' sign.
- replaceWithNoGroups(int) - Method in class org.apache.river.test.share.LookupServices
-
- replaceWithNoGroups(int) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- Reporter - Class in org.apache.river.tool.envcheck
-
A class which provides a standard way to report the results of
a test.
- Reporter.Message - Class in org.apache.river.tool.envcheck
-
A container of message information to be processed by
Reporter.
- reportException(Exception) - Method in interface org.apache.river.test.impl.reliability.AppleUser
-
- reportException(Exception) - Method in class org.apache.river.test.impl.reliability.AppleUserImpl
-
Allows the other server process to report an exception to this
process and thereby terminate the test.
- request - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
- request - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- request - Variable in class org.apache.river.test.spec.jeri.basicinvocationhandler.AbstractInvokeTest
-
- requestStart - Variable in class org.apache.river.test.share.LeaseGrantTestBase
-
The local time just after the request.
- requestStream - Variable in class org.apache.river.test.spec.jeri.basicinvocationhandler.AbstractInvokeTest
-
- ReRegisterBadEquals - Class in org.apache.river.test.impl.servicediscovery.event
-
This class verifies that when services that are to be discovered are
implemented with a poorly defined or non-existent ("bad") equals() method,
the event mechanism of the cache will operate in a predictable fashion,
sending an expected number of serviceAdded and serviceRemoved events.
- ReRegisterBadEquals() - Constructor for class org.apache.river.test.impl.servicediscovery.event.ReRegisterBadEquals
-
Constructs an instance of this class.
- ReRegisterGoodEquals - Class in org.apache.river.test.impl.servicediscovery.event
-
This class verifies that when services that are to be discovered are
implemented with a well defined ("good") equals() method, the event
mechanism of the cache will operate in a predictable fashion, sending
a number of serviceAdded and serviceRemoved events.
- ReRegisterGoodEquals() - Constructor for class org.apache.river.test.impl.servicediscovery.event.ReRegisterGoodEquals
-
- reRegisterServices(int, int, int, int) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- ReRegOldSrvcs - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that when an existing service is re-registered
in the Lookup Service, the registration of that service does not affect
any other services already registered.
- ReRegOldSrvcs() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.ReRegOldSrvcs
-
- RERUN - Static variable in interface org.apache.river.qa.harness.Test
-
Failure type indicating that the test should be rerun.
- reset() - Static method in class org.apache.river.test.impl.end2end.jssewrapper.Statistics
-
Reset the state of the statistics list to empty
- resetAllEventInfo() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
This method resets the state of each flag and set related to
discovery and discard events received for this regInfo.
- resetAllEventInfoAllRegs() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- resetAllEventInfoOneReg(Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- resetCallCounts() - Method in class org.apache.river.test.share.FailingOpCountingOwner
-
Reset all the call counts.
- resetCallsNum() - Method in class org.apache.river.test.spec.security.util.SCSPolicyProvider
-
Resets number of 'getContext' method calls to zero.
- resetCounters() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseExporter
-
Reset number of 'export' and 'unexport' methods invocations to zero.
- resetDiscardEventInfo() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
This method resets the state of each flag and set related to
only the discard events received for this regInfo.
- resetDiscardEventInfoAllRegs() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- resetDiscardEventInfoOneReg(Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- resetDiscardEventInfoRegMap(HashMap) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Convenience method that allows sub-classes of this class to request
that the state related to discard event information be cleared
(that is, reset) for each registration referenced in the given regMap.
- resetDiscoveryEventInfo() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
This method resets the state of each flag and set related to
only the discovery events received for this regInfo.
- resetDiscoveryEventInfoAllRegs() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- resetDiscoveryEventInfoOneReg(Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- resetInactiveObjectTouch() - Static method in class org.apache.river.test.spec.activation.util.FakeActivationGroup
-
- resetMailboxToOnDemandActivation(ActivationID) - Static method in class org.apache.river.test.impl.mercury.ExpiredRegRecovery
-
- resName - Static variable in class org.apache.river.test.spec.security.basicproxypreparer.Verify_Test
-
Resource name method
- resName - Static variable in class org.apache.river.test.spec.security.security.VerifyCodebaseIntegrityTest
-
Resource name method
- resName - Static variable in class org.apache.river.test.spec.security.security.VerifyObjectTrustTest
-
Resource name method
- Resolve_LoadClassExceptionTest - Class in org.apache.river.test.spec.io.marshalinputstream
-
Purpose
This test verifies the behavior of the MarshalInputStream.resolveClass
and MarshalInputStream.resolveProxyClass protected methods when
a call to the RMIClassLoader.loadClass method throws an exception.
- Resolve_LoadClassExceptionTest() - Constructor for class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassExceptionTest
-
- Resolve_LoadClassTest - Class in org.apache.river.test.spec.io.marshalinputstream
-
Purpose
This test verifies the behavior of the MarshalInputStream.resolveClass
protected method when a call to the RMIClassLoader.loadClass method
throws a ClassNotFoundException trying to load a primitive or void class.
- Resolve_LoadClassTest() - Constructor for class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassTest
-
- Resolve_NullArgsTest - Class in org.apache.river.test.spec.io.marshalinputstream
-
Purpose
This test verifies that NullPointerExceptions are thrown as specified
in the protected MarshalInputStream methods.
- Resolve_NullArgsTest() - Constructor for class org.apache.river.test.spec.io.marshalinputstream.Resolve_NullArgsTest
-
- Resolve_ReadAnnotationExceptionTest - Class in org.apache.river.test.spec.io.marshalinputstream
-
Purpose
This test verifies the behavior or the MarshalInputStream.resolveClass
and MarshalInputStream.resolveProxyClass protected methods when
the call to the readAnnotation method throws an exception.
- Resolve_ReadAnnotationExceptionTest() - Constructor for class org.apache.river.test.spec.io.marshalinputstream.Resolve_ReadAnnotationExceptionTest
-
- Resolve_VerifyCodebaseIntegrityTest - Class in org.apache.river.test.spec.io.marshalinputstream
-
Purpose
This test verifies the behavior of the MarshalInputStream.resolveClass and
MarshalInputStream.resolveProxyClass static methods in the cases where
Security.verifyCodebaseIntegrity calls do and do not throw an exception.
- Resolve_VerifyCodebaseIntegrityTest() - Constructor for class org.apache.river.test.spec.io.marshalinputstream.Resolve_VerifyCodebaseIntegrityTest
-
- resolveClass(ObjectStreamClass) - Method in class org.apache.river.test.spec.io.util.FakeMarshalInputStream
-
- resolveProxyClass(String[]) - Method in class org.apache.river.test.spec.io.util.FakeMarshalInputStream
-
- resourceRequested() - Method in class org.apache.river.test.impl.outrigger.leasing.LeaseGrantTestBase
-
Should be called immediately after a leased resource is
requested or renewed.
- resourceRequested() - Method in class org.apache.river.test.share.LeaseGrantTestBase
-
Should be called immediately after a leased resource is
requested or renewed.
- response - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
- response - Variable in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- restartSleep - Variable in class org.apache.river.test.share.LeaseUsesTestBase
-
- RestoreContext - Class in org.apache.river.test.impl.start.aggregatepolicyprovider
-
Auxiliary class for GetContextTest
- RestoreContext() - Constructor for class org.apache.river.test.impl.start.aggregatepolicyprovider.RestoreContext
-
- RestoreContextForTasks - Class in org.apache.river.test.impl.lookupdiscovery
-
With respect to the current implementation of the
LookupDiscovery utility, this class verifies
that any tasks that it adds/schedules in its TaskManager or
WakupManager is done in using the unprivileged context of
the original caller.
- RestoreContextForTasks() - Constructor for class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks
-
- RestoreContextForTasks.DangerousRunnable - Class in org.apache.river.test.impl.lookupdiscovery
-
- RestoreContextForTasks.DangerousTask - Class in org.apache.river.test.impl.lookupdiscovery
-
- RestoreContextForTasks.TestTaskProducer - Interface in org.apache.river.test.impl.lookupdiscovery
-
- resumeRun(String) - Method in class org.apache.river.qa.harness.QAConfig
-
- ResumeRunRequest - Class in org.apache.river.qa.harness
-
A SlaveRequest to stop a service previously started
on the slave.
- ResumeRunRequest() - Constructor for class org.apache.river.qa.harness.ResumeRunRequest
-
- RETURN - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print call return values - not currently used
- ReturnOnLookupByAttr - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that when a lookup is performed
using a template containing only an attribute, the Registrar will
return from the set of services maintained by the Registrar
a service having the attribute in the lookup template.
- ReturnOnLookupByAttr() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByAttr
-
- ReturnOnLookupByType - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that when a lookup is performed
using a template containing only the Service Type, the Registrar will
RANDOMLY select and return a service of that type from the set of
services maintained by the Registrar.
- ReturnOnLookupByType() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByType
-
- ReturnOnLookupByTypeAttr - Class in org.apache.river.test.spec.lookupservice.test_set01
-
This class is used to verify that when a lookup is performed
using a template containing both the Service Type and an attribute, the
Registrar will return a service of that type having that attribute.
- ReturnOnLookupByTypeAttr() - Constructor for class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByTypeAttr
-
- RMCImpl - Class in org.apache.river.test.spec.security.proxytrust.util
-
Remote serializable class implementing RemoteMethodControl
- RMCImpl() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCImpl
-
- RMCProxy - Class in org.apache.river.test.spec.activation.util
-
A fake implementation of the RemoteMethodControl
interface.
- RMCProxy(Logger) - Constructor for class org.apache.river.test.spec.activation.util.RMCProxy
-
- RMCPTImpl - Class in org.apache.river.test.spec.security.proxytrust.util
-
Remote serializable class implementing RemoteMethodControl and ProxyTrust
interfaces.
- RMCPTImpl() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCPTImpl
-
- RMCPTTEImpl - Class in org.apache.river.test.spec.security.proxytrust.util
-
Remote serializable class implementing RemoteMethodControl, ProxyTrust and
TrustEquivalence interfaces.
- RMCPTTEImpl() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCPTTEImpl
-
- RMCPTTEReadPTTE - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing Serializable, ProxyTrust, RemoteMethodControl and
TrustEquivalence interfaces, having 'readResolve' which returns
instance of the class implementing only ProxyTrust and TrustEquivalence
interfaces.
- RMCPTTEReadPTTE() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCPTTEReadPTTE
-
- RMCPTTEReadRMCPT - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing Serializable, ProxyTrust, RemoteMethodControl and
TrustEquivalence interfaces, having 'readResolve' which returns
instance of the class implementing only RemoteMethodControl and
ProxyTrust interfaces.
- RMCPTTEReadRMCPT() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCPTTEReadRMCPT
-
- RMCTEImpl - Class in org.apache.river.test.spec.security.proxytrust.util
-
Remote serializable class implementing RemoteMethodControl and
TrustEquivalence interfaces.
- RMCTEImpl() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
Default constructor.
- RMCTENPIImpl - Class in org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler
-
Remote class implementing RemoteMethodControl, TrustEquivalence
and NonPublicInterface interface
- RMCTENPIImpl() - Constructor for class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
Default constructor.
- RMCTEReadRMC - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing Serializable, RemoteMethodControl and TrustEquivalence
interfaces, having 'readResolve' which returns instance of the class
implementing only TrustEquivalence interface.
- RMCTEReadRMC() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.RMCTEReadRMC
-
- RMICODEBASE - Static variable in class org.apache.river.test.spec.loader.pref.AbstractTestBase
-
The name of java.rmi.server.codebase system property
- RobustnessTest - Class in org.apache.river.test.spec.jeri.transport
-
- RobustnessTest() - Constructor for class org.apache.river.test.spec.jeri.transport.RobustnessTest
-
- RollBackErrorTest - Class in org.apache.river.test.spec.txnmanager
-
- RollBackErrorTest() - Constructor for class org.apache.river.test.spec.txnmanager.RollBackErrorTest
-
- RollForwardErrorTest - Class in org.apache.river.test.spec.txnmanager
-
- RollForwardErrorTest() - Constructor for class org.apache.river.test.spec.txnmanager.RollForwardErrorTest
-
- rslt - Variable in class org.apache.river.test.impl.norm.BaseOwner
-
String to be returned by didPass
- rstUtil - Variable in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
utility class that implements convenience methods
- run() - Method in interface org.apache.river.qa.harness.Test
-
Execute the body of the test.
- run - Variable in class org.apache.river.qa.harness.TestResult
-
the test description and configTag
- run() - Method in class org.apache.river.test.impl.discoverymanager.BadDiscoveryListener
-
Executes the current test by doing the following:
creates N lookup services having locator L0i, and belonging to groups
{G0i,G1i,G2i}, where i = 0 ...
- run() - Method in class org.apache.river.test.impl.discoverymanager.RemoveGroupsLocsDiscard
-
Executes the current test by doing the following:
creates 1 lookup service having locator L0, and belonging to
to groups {G0,G1,G2}
creates a lookup discovery manager (LDM) initially configured
to discover NO_GROUPS and NO_LOCATORS
reconfigures the LDM to discover groups {G0,G1,G2}
verifies that the LDM sends 1 appropriate discovered event
reconfigures the LDM to discover locator L0
verifies that the LDM sends no discovered events
reconfigures the LDM to no longer discover groups {G0,G1,G2}
verifies that the LDM sends no discarded events
reconfigures the LDM to no longer discover locator L0
verifies that the LDM sends 1 appropriate discarded event
repeats the above with the order of group and locator discovery
swapped
- run() - Method in class org.apache.river.test.impl.discoveryproviders.DiscoveryV2CachingTest
-
- run() - Method in class org.apache.river.test.impl.end2end.e2etest.Driver
-
The run method invokes the main method on
org.apache.river.test.impl.end2end.e2etest.End2EndTest
and then parses the output of the test to determine if it passed or
failed.
- run() - Method in class org.apache.river.test.impl.fiddler.event.NPEOnNullHandback
-
Executes the current test by doing the following:
requests one registration with the fiddler implementation of the
lookup discovery service, requesting a null handback
verifies that the registration's listener receives the expected
event, and successfully processes the null handback without
throwing a NullPointerException
- run() - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.GetLeaseDurationBound
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.GetLogToSnapshotThreshold
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.GetSnapshotWeight
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.SetLeaseDurationBound
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.SetLogToSnapshotThreshold
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.fiddleradmin.SetSnapshotWeight
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupAttributes
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupAttributesNull
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupAttributesSC
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupGroups
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupGroupsAllToFinite
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupGroupsFiniteToAll
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupLocators
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.AddLookupLocatorsNullToFinite
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.GetLookupAttributes
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.GetLookupGroups
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.GetLookupLocators
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.ModifyLookupAttributes
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.ModifyLookupAttributesNullInput
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.ModifyLookupAttributesSC
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroups
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsAllFromFinite
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupGroupsFiniteFromAll
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocators
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.RemoveLookupLocatorsNullFromFinite
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroups
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocators
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocatorsFiniteToNull
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.ProxyToString
-
Invokes the toString method on each of the proxies
retrieved during construct and logs the results.
- run() - Method in class org.apache.river.test.impl.fiddler.storageadmin.GetStorageLocation
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.fiddler.storageadmin.SetStorageLocation
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.impl.joinmanager.AddAttributesRace
-
Executes the current test by doing the following:
creates a join manager configured to both use the discovery
manager created above (to avoid discovery-related delays), and
to register a service with an initial set of attributes
waits for the RegisterTask in the join manager to begin
execution
after the RegisterTask has begun execution, and before it
completes execution, invokes addAttributes() on the join
manager to associate a new set of attributes with the
service to be registered by the join manager
after the RegisterTask completes, retrieves from the lookup
service, the registered service and its currently associated
attributes
if the set of retrieved attributes equals the combination of
the initial attributes and the added attributes, declares
success; otherwise, declares failure
- run() - Method in class org.apache.river.test.impl.joinmanager.LeaseRenewDurRFE
-
For each separate TestService started during construct, do the following:
using a blocking lookup method on the service discovery
manager, discover by service ID, the associated TestService;
which will verify that the TestService was started correctly
and has registered with the lookup service as expected
using the proxy to the corresponding no-op service, destroy
the shared VM in which the TestService (and no-op service)
is running; which simulates "pulling the plug" on the
TestService
using a non-blocking lookup method on the SDM, query the
lookup service to verify that the TestService is still
registered with the lookup service; that is, verify that
the lease has not expired yet
wait a short amount of time past the time of expected
expiration
using a non-blocking lookup method on the SDM, query the
lookup service to verify that the TestService is no longer
registered with the lookup service; that is, verify that
the lease has expired within the expected time frame, which
verifies that the JoinManager used the maximum lease duration
value that was configured
- run() - Method in class org.apache.river.test.impl.joinmanager.RaceAttrsVsTerminateISE
-
Call one of the attribute mutator methods, delay N seconds, and then
terminate the JoinManager to test for regression.
- run() - Method in class org.apache.river.test.impl.joinmanager.RaceAttrsVsTerminateULE
-
Call one of the attribute mutator methods and then immediately
terminate the JoinManager to test for regression.
- run() - Method in class org.apache.river.test.impl.joinmanager.RegisterStorm
-
Executes the current test by doing the following:
Verifies that the test service input to the join manager constructor
is registered with all lookup services the join manager is configured
to discover (through its DiscoveryManagement instance).
- run() - Method in class org.apache.river.test.impl.joinmanager.SetAddAttributesOrder
-
Executes the current test by doing the following:
Replaces the set of attributes with which the service is initially
configured with a new set, and then immediately augments the
service's attributes with another set of attributes.
- run() - Method in class org.apache.river.test.impl.joinmanager.TerminateSemantics
-
Executes the current test by doing the following:
Terminates the join manager created in construct and verifies that
an invocation of any of that join manager's public methods will
result in an IllegalStateException.
- run() - Method in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
Executes the current test by doing the following:
invokes the terminate method on the lookup locator discovery
utility
invokes the addDiscoveryListener method on the lookup locator
discovery utility
verifies that an IllegalStateException is thrown when the
attempt to add the listener is made
- run() - Method in class org.apache.river.test.impl.locatordiscovery.BadLocatorDiscoveryListener
-
Tests listener throwing exception by adding a bad listener.
- run() - Method in class org.apache.river.test.impl.locatordiscovery.DelayDiscoveryAfterDiscard
-
Executes the current test by doing the following:
configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents
- run() - Method in class org.apache.river.test.impl.locatordiscovery.UnicastDelay
-
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.AddDiscoveryListenerAfterTerminate
-
Executes the current test by doing the following:
invokes the terminate method on the lookup discovery utility
invokes the addDiscoveryListener method on the lookup
discovery utility
verifies that an IllegalStateException is thrown when the
attempt to add the listener is made
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.MulticastRequestDelay
-
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks.DangerousRunnable
-
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks.DangerousTask
-
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks
-
- run() - Method in interface org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks.TestTaskProducer
-
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.UnicastDelay
-
- run() - Method in class org.apache.river.test.impl.lookupdiscovery.util.TestTaskProducerImpl
-
- run() - Method in class org.apache.river.test.impl.mahalo.AdminIFShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.AdminIFTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.LeaseExpireCancelTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.LeaseExpireRenewTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.LeaseMapTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.LeaseTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.MahaloCreateShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.MahaloIFTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.MahaloImplReadyStateTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.NestableServerTransactionCreatedToStringTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.NestableTransactionCreatedToStringTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.PrepareAndCommitExceptionTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.PrepareAndCommitExceptionTest2
-
- run() - Method in class org.apache.river.test.impl.mahalo.PrepareAndCommitExceptionTest3
-
- run() - Method in class org.apache.river.test.impl.mahalo.PrepareAndCommitExceptionTest4
-
- run() - Method in class org.apache.river.test.impl.mahalo.PrepareAndCommitExceptionTest5
-
- run() - Method in class org.apache.river.test.impl.mahalo.RandomStressTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.ServerTransactionEqualityTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.ServerTransactionToStringTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.TransactionCreatedToStringTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.TransactionManagerCreatedToStringTest
-
- run() - Method in class org.apache.river.test.impl.mahalo.TxnMgrImplNullConfigEntries
-
- run() - Method in class org.apache.river.test.impl.mahalo.TxnMgrImplNullRecoveredLocators
-
- run() - Method in class org.apache.river.test.impl.mahalo.TxnMgrProxyEqualityTest
-
- run() - Method in class org.apache.river.test.impl.mercury.AdminIFShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.AdminIFTest
-
- run() - Method in class org.apache.river.test.impl.mercury.BadEventCodebaseTest
-
- run() - Method in class org.apache.river.test.impl.mercury.ExpiredRegRecovery
-
- run() - Method in class org.apache.river.test.impl.mercury.InterOpTest
-
- run() - Method in class org.apache.river.test.impl.mercury.LeaseExpireCancelTest
-
- run() - Method in class org.apache.river.test.impl.mercury.LeaseExpireRenewTest
-
- run() - Method in class org.apache.river.test.impl.mercury.LeaseMapTest
-
- run() - Method in class org.apache.river.test.impl.mercury.LeaseTest
-
- run() - Method in class org.apache.river.test.impl.mercury.ListenerRecoveryTest
-
- run() - Method in class org.apache.river.test.impl.mercury.MailboxImplBadUnexportConfigEntries
-
- run() - Method in class org.apache.river.test.impl.mercury.MailboxImplNullConfigEntries
-
- run() - Method in class org.apache.river.test.impl.mercury.MailboxImplReadyStateTest
-
- run() - Method in class org.apache.river.test.impl.mercury.MercuryProxyEqualityTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullInterOpTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullListenerRecoveryTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullMercuryProxyEqualityTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullRegistrationIFTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest2
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest3
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest4
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest5
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest6
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest6A
-
- run() - Method in class org.apache.river.test.impl.mercury.PullTimeoutTest6B
-
- run() - Method in class org.apache.river.test.impl.mercury.PullUnknownEventsTest
-
- run() - Method in class org.apache.river.test.impl.mercury.PullUnknownEventsTest2
-
- run() - Method in class org.apache.river.test.impl.mercury.PushPullListenerRecoveryTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegCancelExpireShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegCancelShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegCreateShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegDisableShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegEnableShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegistrationIFTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegRenewExpireShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.RegRenewShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.UnknownEventRecoveryShutdownTest
-
- run() - Method in class org.apache.river.test.impl.mercury.UnknownEventRecoveryTest
-
- run() - Method in class org.apache.river.test.impl.norm.AddRenewRemoveTest
-
- run() - Method in class org.apache.river.test.impl.norm.BatchRenewTest
-
- run() - Method in class org.apache.river.test.impl.norm.ExpiredLeaseTest
-
- run() - Method in class org.apache.river.test.impl.norm.GetLeasesTest
-
- run() - Method in class org.apache.river.test.impl.norm.LeaseExpirationTest
-
- run() - Method in class org.apache.river.test.impl.norm.OneExpireOneNotTest
-
- run() - Method in class org.apache.river.test.impl.norm.RemoveExactlyOneTest
-
- run() - Method in class org.apache.river.test.impl.norm.RenewalFailureTest
-
- run() - Method in class org.apache.river.test.impl.norm.RenewAtTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.admin.IdenticalAdminIteratorTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.admin.SimpleAdminTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.api.AbstractEntryTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.api.InterruptTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.javaspace05.MutatingContentsTest
-
Space under test
- run() - Method in class org.apache.river.test.impl.outrigger.javaspace05.StableContentsTest
-
Space under test
- run() - Method in class org.apache.river.test.impl.outrigger.leasing.LeaseUsesTestBase
-
- run() - Method in class org.apache.river.test.impl.outrigger.leasing.SpaceLeaseGrantTest
-
Run the test.
- run() - Method in class org.apache.river.test.impl.outrigger.leasing.SpaceNotifyGrantTest
-
Run the test.
- run() - Method in class org.apache.river.test.impl.outrigger.leasing.TxnMgrLeaseGrantTest
-
Run the test.
- run() - Method in class org.apache.river.test.impl.outrigger.matching.AdminIteratorTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.BlockingTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.FieldMatchTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.FieldNotifyTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.MismatchNotifyTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.MismatchTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.StressTest
-
Method that runs the stress test.
- run() - Method in class org.apache.river.test.impl.outrigger.matching.SupertypeMatchTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.SupertypeNotifyTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.TakeOneTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.WildcardsNotifyTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.WildcardsTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.matching.WriteOneTakeRead
-
- run() - Method in class org.apache.river.test.impl.outrigger.notify.ThrowRuntimeException
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.AbortToReadTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.BlockingOnDeadTransactionTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.CommitAbortTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.CommitTerminationTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.DestroyTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.ExceptionTest1
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.ExceptionTest2
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.GetBlockTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.IfExistsTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.MultipleAccessTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.NotifyLogTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.NotifyTransactionTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.PreparedTransactionTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.ReactivationTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadReadTakeTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadTakeAbortTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.ReadTakeCommitTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleTransactionTest
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleTransactionTest2
-
- run() - Method in class org.apache.river.test.impl.outrigger.transaction.TwoSpaceTest
-
- run() - Method in class org.apache.river.test.impl.reggie.MultihomedClientTest
-
- run() - Method in class org.apache.river.test.impl.reggie.NullMemberGroups
-
- run() - Method in class org.apache.river.test.impl.reliability.AppleUserImpl
-
Entry point for the "juicer" server process.
- run() - Method in class org.apache.river.test.impl.reliability.ApplicationServer
-
- run() - Method in class org.apache.river.test.impl.scalability.DemoScalabilityTest
-
- run() - Method in class org.apache.river.test.impl.scalability.ServiceLauncher
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperActivateDescTest
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperActivateDescTest2
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperActivateDescTest3
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperRegisterBadCodebase
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperRegisterBadGroup
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperRegisterBadImplClass
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperRegisterBadStubClass
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperRegisterBadStubCodebase
-
- run() - Method in class org.apache.river.test.impl.start.ActivateWrapperRegisterUnsharedImpl
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.CheckContextAction
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContext
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContextTest
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.MainPolicyNotFoundTest
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.NullCasesTest
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.RestoreContext
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.SubPoliciesTest
-
- run() - Method in class org.apache.river.test.impl.start.aggregatepolicyprovider.UntrustedGetContextClassLoader
-
- run() - Method in class org.apache.river.test.impl.start.ClassLoaderTest
-
- run() - Method in class org.apache.river.test.impl.start.ClassLoaderUtilTest
-
- run() - Method in class org.apache.river.test.impl.start.ClasspathTest
-
- run() - Method in class org.apache.river.test.impl.start.CodebaseTest
-
- run() - Method in class org.apache.river.test.impl.start.DestroySharedGroupCreateBadDesc
-
- run() - Method in class org.apache.river.test.impl.start.DestroySharedGroupCreateEmptyTest
-
- run() - Method in class org.apache.river.test.impl.start.DestroySharedGroupMainEmptyArgs
-
- run() - Method in class org.apache.river.test.impl.start.DestroySharedGroupMainEmptyConfig
-
- run() - Method in class org.apache.river.test.impl.start.DestroySharedGroupMainMissingConfig
-
- run() - Method in class org.apache.river.test.impl.start.ExportClassLoaderTest
-
- run() - Method in class org.apache.river.test.impl.start.loadersplitpolicyprovider.LoaderSplitPolicyProviderTest
-
- run() - Method in class org.apache.river.test.impl.start.MemberGroupsProblem
-
Executes the current test by doing the following:
starts a single lookup service and verifies that the exception
occurs
- run() - Method in class org.apache.river.test.impl.start.MultipleClasspathComponentTest
-
- run() - Method in class org.apache.river.test.impl.start.NonActivatableServiceDescriptorTest
-
- run() - Method in class org.apache.river.test.impl.start.NonActivatableServiceDescriptorTest2
-
- run() - Method in class org.apache.river.test.impl.start.SecurityTest
-
- run() - Method in class org.apache.river.test.impl.start.SecurityTestNonActivatable
-
- run() - Method in class org.apache.river.test.impl.start.SerializedServiceDescriptors
-
- run() - Method in class org.apache.river.test.impl.start.ServiceDescriptorProxyPreparationTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateActivatableNoConsServiceTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateActivatableServiceTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateBadDesc
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateBadServiceProxyAccessorTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateBadTransientServiceTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateEmptyTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateSharedBadActServiceTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateSharedGroupTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterCreateTransientServiceTest
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterMainEmptyArgs
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterMainEmptyConfig
-
- run() - Method in class org.apache.river.test.impl.start.ServiceStarterMainMissingConfig
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivatableServiceDescriptorTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivatableServiceDescriptorTest2
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivatableServiceDescriptorTest3
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationGroupDescriptorTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationGroupDescriptorTest2
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationPolicyPermissionActionsTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationPolicyPermissionCollectionTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationPolicyPermissionEqualsTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationPolicyPermissionHTTPEqualsTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationPolicyPermissionHTTPImpliesTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedActivationPolicyPermissionImpliesTest
-
- run() - Method in class org.apache.river.test.impl.start.SharedGroupNullConfigEntries
-
- run() - Method in class org.apache.river.test.impl.start.SharedGroupProxyEqualityTest
-
- run() - Method in class org.apache.river.test.impl.start.StartAllServicesTest
-
- run() - Method in class org.apache.river.test.impl.thread.TaskManagerTaskExceptionTest
-
Schedule two tasks.
- run() - Method in class org.apache.river.test.impl.thread.WakeupManagerTaskExceptionTest
-
Schedule two tasks.
- run() - Method in class org.apache.river.test.share.DestroyTest
-
- run() - Method in class org.apache.river.test.share.LeaseUsesTestBase
-
- run() - Method in class org.apache.river.test.share.LookupAttributeAdminTest
-
- run() - Method in class org.apache.river.test.share.LookupGroupAdminTest
-
- run() - Method in class org.apache.river.test.share.LookupLocatorAdminTest
-
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.CheckTrustEquivalence_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.CheckTrustEquivalence_UntrustedAIDTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.Constructor_AccessorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.GetActivationID_CallTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.GetCurrentProxy_CallTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.Invoke_MethodsNoActivationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.Invoke_MethodsWithActivationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.Invoke_ObjectMethodsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.Invoke_WithExceptionNoActivationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activatableinvocationhandler.Invoke_WithExceptionWithActivationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationexporter.Constructor_AccessorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationexporter.Export_CallTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationexporter.Export_ExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationexporter.Unexport_CallTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationexporter.Unexport_ExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationgroup.Constructor_AccessorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationgroup.CreateGroup_ExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationgroup.CreateGroup_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.activation.activationgroup.Inactivate_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.abstractconfiguration.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.abstractconfiguration.GetEntry_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.abstractconfiguration.primitive.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.abstractconfiguration.primitive.Methods_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.abstractconfiguration.ValidIdentifier_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.abstractconfiguration.ValidQualifiedIdentifier_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationexception.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationexception.ToString_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryInternal_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryNames_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryType_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntry_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntryType_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.SubclassExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.Syntax_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationfile.ToString_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationnotfoundexception.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_ClassLoaderDenyTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_ClassLoaderTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.emptyconfiguration.GetEntryInternal_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.config.nosuchentryexception.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.Equals_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.GetConstraints_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.GetMethodDescs_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.HashCode_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.Equals_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.GetConstraints_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.GetName_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.GetParameterTypes_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.HashCode_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.ToString_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.PossibleConstraints_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.basicmethodconstraints.ToString_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.constrainttrustverifier.VerifyObjectTrustTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest
-
This method performs all test cases mentioned in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.CreateTest
-
This method performs all test cases mentioned in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ElementsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.GetTimeTest
-
This method runs all Test Cases specified in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.CombineTest
-
This method performs all test cases mentioned in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConflictTest
-
This method performs all test cases mentioned in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.IsEmptyTest
-
This method performs all test cases mentioned in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.MakeAbsoluteTest
-
This method runs all Test Cases specified in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.PreferencesRequirementsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.MakeAbsoluteRelativeTimeTest
-
This method runs all Test Cases specified in the class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalElementsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.SerializationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractConstructorsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractSimpleTest
-
This method performs all actions mentioned in the class description.
- run() - Method in class org.apache.river.test.spec.discoverymanager.AddNewDiscoveryListener
-
Executes the current test by doing the following:
creates N lookup services having locator L0i, and belonging
to groups {G0i,G1i,G2i}, where i = 0 ...
- run() - Method in class org.apache.river.test.spec.discoverymanager.DiscardUnreachable
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
destroys each lookup, rendering it un-reachable
discards each lookup that is determined to be un-reachable
- run() - Method in class org.apache.river.test.spec.discoverymanager.Discovered
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery manager utility under test
sends the expected events, with the expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.GroupsMulticastMonitorReplace
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover all of the
lookups by only group discovery
verifies that the discovery process is working by waiting
for the expected discovery events
replaces the member groups of each discovered lookup service
with a completely new set that contains none of the elements
from the original set
verifies that the lookup discovery manager utility under test
sends the expected discarded events with the expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorChange
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery manager utility under test
sends the expected discovery events, with the expected contents
for each lookup discovered, replaces every other element of
the lookup's member groups with a new element
verifies that the lookup discovery manager utility under test
sends the expected changed events, with the expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorReplace
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
replaces the member groups of each lookup service with a
completely new set that contains none of the elements
from the original set
verifies that the lookup discovery manager utility under test
sends the expected events, with the expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorReplaceNone
-
- run() - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorStop
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
stops the generation of multicast announcements, but leaves
each lookup service up and reachable
changes the member groups of each lookup to a set that contains
none of the lookup's original member groups
verifies that the lookup discovery manager under test
sends the expected number of discarded and changed events with
the expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.MulticastMonitorTerminate
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
stops the generation of multicast announcements by destroying
the lookups
verifies that the lookup discovery manager under test
sends the expected number of discarded events with the
expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.RemoveGroupsSome
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the removeGroups method on the lookup discovery
manager to remove the member groups of some of the lookups
verifies that the lookup discovery manager utility under test
sends the expected events, with the expected contents
- run() - Method in class org.apache.river.test.spec.discoverymanager.SetGroupsReplaceSome
-
Executes the current test by doing the following:
reconfigures the lookup discovery manager to discover some of
the lookups by only group discovery, some by only locator
discovery, and some by both group and locator discovery
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the setGroups method on the lookup discovery
manager to replace the member groups of some of the lookups
verifies that the lookup discovery manager utility under test
sends the expected events, with the expected contents
- run() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Executes the current test
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.AddLocatorsFullyQualified
-
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.DiscardUnreachable
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
stops the multicast announcements being sent from each
lookup service, and destroys the corresponding lookup service
attempts to interact with each lookup service, invoking
the discard() method on each registration upon finding that
the lookup service is un-reachable
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.Discovered
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.DiscoveredAll
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedGroups
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOn2SetGroups
-
Executes the current test by doing the following:
create a first set of registration(s) with the lookup discovery
service, requesting that NO_GROUPS and no locators be discovered
calls setGroups, requesting the discovery of the 1st set of groups,
which should equal the member groups of the 1st lookup service
started in construct
verifies that the discovery/discard process is working for the
1st registration by waiting for the expected discovery and
discard events
calls setGroups, requesting the discovery of the 2nd set of groups,
which should equal the member groups of the 2nd lookup service
started in construct
verifies that the discovery/discard process is working for the
1st registration by waiting for the expected discovery and
discard events
creates a second set of registration(s) with the lookup discovery
service, again requesting that NO_GROUPS and no locators be
discovered
again calls setGroups, requesting the discovery of the 1st set
of groups
verifies that the discovery/discard process is working for the
2nd registration by waiting for the expected discovery and
discard events
again calls setGroups, requesting the discovery of the 2nd set
of groups
verifies that the discovery/discard process is working for the
2nd registration by waiting for the expected discovery and
discard events
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOn2SetLocs
-
Executes the current test by doing the following:
create a first set of registration(s) with the lookup discovery
service, requesting that NO_GROUPS and no locators be discovered
calls setLocators, requesting the discovery of the locators of
the lookup service(s) started in construct
verifies that the discovery/discard process is working for the
initial registration(s) by waiting for the expected discovery
and discard events
calls setLocators, requesting the discovery of the 2nd set of
locators which should equal the locators of the 2nd lookup service
started in construct
verifies that the discovery/discard process is working for the
initial registration(s) by waiting for the expected discovery and
discard events
creates a second set of registration(s) with the lookup discovery
service, again requesting that NO_GROUPS and no locators be
discovered
calls setLocators on the second set of registration(s), requesting
the discovery of the 1st set of locators
verifies that the discovery/discard process is working for the
second set of registration(s) by waiting for the expected
discovery and discard events
calls setLocators on the second set of registration(s), this time
requesting the discovery of the 2nd set of locators
verifies that the discovery/discard process is working for the
second set of registration(s) by waiting for the expected
discovery and discard events
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOnAddGroups
-
Executes the current test by doing the following:
creates a first set of registration(s) with the lookup discovery
service, requesting the discovery of the first set of groups,
which should equal the member groups of the first lookup service(s)
started in construct
verifies that the listener for the first registration(s) receives
the appropriate remote discovery event for the first set of groups
on each of the initial registration(s) calls addGroups, requesting
that the discovery of the second set of groups, which should equal
the member groups of the second lookup service(s) started in construct
verifies that the listener for the first registration(s) receive
the appropriate remote discovery event for the second set of groups
creates a second set of registration(s) with the lookup discovery
service, requesting the discovery of the first set of groups
verifies that the listener for the second registration(s) receive
the appropriate remote discovery event for the first set of groups
on each of the second registration(s) calls addGroups, requesting
that the discovery of the second set of groups
verifies that the listener for the second registration(s) receive
the appropriate remote discovery event for the second set of groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOnAddLocs
-
Executes the current test by doing the following:
creates a first set of registration(s) with the lookup discovery
service, requesting the discovery of the first set of locators,
which should equal the locators of the first lookup service(s)
started in construct
verifies that the listener for the first registration(s) receives
the appropriate remote discovery event for the first set of
locators
on each of the initial registration(s) calls addLocators,
requesting that the discovery of the second set of locators, which
should equal the locators of the second lookup service(s) started
in construct
verifies that the listener for the first registration(s) receive
the appropriate remote discovery event for the second set of
locators
creates a second set of registration(s) with the lookup discovery
service, requesting the discovery of the first set of locators
verifies that the listener for the second registration(s) receive
the appropriate remote discovery event for the first set of
locators
on each of the second registration(s) calls addLocators, requesting
the discovery of the second set of locators
verifies that the listener for the second registration(s) receive
the appropriate remote discovery event for the second set of
locators
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOnSetGroups
-
Executes the current test by doing the following:
create a first set of registration(s) with the lookup discovery
service, requesting that NO_GROUPS and no locators be discovered
calls setGroups, requesting the discovery of the member groups of
the lookup service(s) started in construct
verifies that the discovery process is working for the first
registration by waiting for the expected discovery events
creates a second set of registration(s) with the lookup discovery
service, again requesting that NO_GROUPS and no locators be
discovered
again calls setGroups, requesting the discovery of the same groups
with which the first registration is configured
verifies that the discovery process is working for the second
registration by waiting for the expected discovery events
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.LateRegsNotifiedOnSetLocs
-
Executes the current test by doing the following:
create a first set of registration(s) with the lookup discovery
service, requesting that NO_GROUPS and no locators be discovered
calls setLocators, requesting the discovery of the locators of
the lookup service(s) started in construct
verifies that the discovery process is working for the first
registration by waiting for the expected discovery events
creates a second set of registration(s) with the lookup discovery
service, again requesting that NO_GROUPS and no locators be
discovered
again calls setLocators, requesting the discovery of the same
locators with which the first registration is configured
verifies that the discovery process is working for the second
registration by waiting for the expected discovery events
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.MulticastMonitorTerminate
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.RegsNotifiedOnRemoveGroups
-
Executes the current test by doing the following:
creates two separate sets of registrations with the lookup
discovery service, requesting the discovery of both sets of groups
which should, respectively, equal the member groups of both
lookup services started in construct
verifies that the listeners for the registrations in either set
receive the appropriate remote discovery event for the both sets
of groups
on each registration in the first set of registrations, calls
removeGroups, requesting the removal of the first set of groups
from the set of groups to discover for those registrations
verifies that the listener for each registration in the first set
receives the appropriate remote discard event for the groups that
were removed
on each registration in the first set of registrations, calls
removeGroups, requesting the removal of the second set of groups
from the set of groups to discover for those registrations
verifies that the listener for each registration in the first set
receives the appropriate remote discard event for the groups that
were removed
on each registration in the second set of registrations, calls
removeGroups, requesting the removal of the first set of groups
from the set of groups to discover for those registrations
verifies that the listener for each registration in the second set
receives the appropriate remote discard event for the groups that
were removed
on each registration in the second set of registrations, calls
removeGroups, requesting the removal of the second set of groups
from the set of groups to discover for those registrations
verifies that the listener for each registration in the second set
receives the appropriate remote discard event for the groups that
were removed
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.RegsNotifiedOnRemoveLocs
-
Executes the current test by doing the following:
creates two separate sets of registrations with the lookup
discovery service, requesting the discovery of both sets of
locators which should, respectively, equal the locators of the
lookup services started in construct
verifies that the listeners for the registrations in either set
receive the appropriate remote discovery event for the both sets
of locators
on each registration in the first set of registrations, calls
removeLocators, requesting the removal of the first set of locators
from the set of locators to discover for those registrations
verifies that the listener for each registration in the first set
receives the appropriate remote discard event for the locators that
were removed
on each registration in the first set of registrations, calls
removeLocators, requesting the removal of the second set of
locators from the set of locators to discover for those
registrations
verifies that the listener for each registration in the first set
receives the appropriate remote discard event for the locators that
were removed
on each registration in the second set of registrations, calls
removeLocators, requesting the removal of the first set of locators
from the set of locators to discover for those registrations
verifies that the listener for each registration in the second set
receives the appropriate remote discard event for the locators that
were removed
on each registration in the second set of registrations, calls
removeLocators, requesting the removal of the second set of
locators from the set of locators to discover for those
registrations
verifies that the listener for each registration in the second set
receives the appropriate remote discard event for the locators that
were removed
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveGroupsSome
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
invokes the removeGroups method on each registration with the
lookup discovery service to re-configure that utility with a
new set of groups to discover
verifies that the lookup discovery service sends the expected
events to each registration's listener
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsFullyQualified
-
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.RemoveLocatorsSome
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.SetGroupsReplaceSome
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsFullyQualified
-
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsReplaceSome
-
Executes the current test by doing the following:
registers with the lookup discovery service, requesting
the discovery of the the desired lookup services using the
desired discovery protocol
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the lookup discovery service utility under test
sends the expected number of events - containing the expected
set of member groups
- run() - Method in class org.apache.river.test.spec.discoveryservice.event.SetLocatorsToNone
-
- run() - Method in class org.apache.river.test.spec.discoveryservice.lease.CancelLease
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.spec.discoveryservice.lease.CancelLeaseMap
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.spec.discoveryservice.lease.LeaseExpiration
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.spec.discoveryservice.lease.RenewLease
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.spec.discoveryservice.lease.RenewLeaseMap
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSCET
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSCT
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSFT
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSFT_PULL
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSIFT
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSIFT_PULL
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLCT
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLCT_PULL
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLET
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLST
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLST2
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLST3
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSLST4
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSNSOT
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSRET
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT2
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT_PULL
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSRIFT_PULL3
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSST
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSST2
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSST2_PULL
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSST3
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSST3_PULL
-
- run() - Method in class org.apache.river.test.spec.eventmailbox.EMSST_PULL
-
- run() - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_Collection
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_equals
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.exportpermission.BasicPermission_getActions
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.exportpermission.Constructors
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.exportpermission.Permission_getName
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.DoWithServerContext
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.DoWithServerContext_IllegalStateException
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.DoWithServerContext_UnsetContext
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext_NoContext
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext_Providers_NonNull
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.GetServerContext_ProvidersParsing
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.GetServerContextElement
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.export.servercontext.GetServerContextElement_NoContext
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.id.referentuuids.CompareMethodTest
-
- run() - Method in class org.apache.river.test.spec.id.uuid.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.id.uuid.ObjectMethodsTest
-
- run() - Method in class org.apache.river.test.spec.id.uuid.WriteTest
-
- run() - Method in class org.apache.river.test.spec.id.uuidfactory.CreateGenerateTest
-
- run() - Method in class org.apache.river.test.spec.id.uuidfactory.ReadTest
-
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.Export_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.Export_ExportExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.Export_IllegalStateExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.Export_NullPointerExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.InvocationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.Unexport_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.iiop.iiopexporter.Unexport_IllegalStateExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.ConstructorAccessorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_ExceptionTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_NullArgsTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_VerifyCodebaseIntegrityTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_NullArgsTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_ReadAnnotationExceptionTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_VerifyCodebaseIntegrityTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalledinstance.ConstructorTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalledinstance.ConvertToMarshalledObjectTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalledinstance.Get_ExceptionTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalledinstance.Get_NormalTest
-
- run() - Method in class org.apache.river.test.spec.io.marshalledinstance.ObjectMethodsTest
-
- run() - Method in class org.apache.river.test.spec.io.marshaloutputstream.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.Committer
-
Main method which will abort the transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ContentsTest05
-
This method asserts that for JavaSpace05's "contents" operation:
1) The tmpls parameter must be a Collection of Entry instances to be
used as templates.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.EntryWriter
-
Method which will write the entry to the space in specified time.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ExpirationNotifyTest
-
This method asserts, that the request specified by a
successful notify is as persistent as the entries of the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ExpirationTest
-
This method asserts, that when the lease expires,
the entry is removed from the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.LeaseTest
-
This method asserts, that each write invocation returns a Lease object
that is lease milliseconds long.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.MultipleTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.MultipleTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.MultipleTakeNO_WAITTest
-
This method asserts that for take with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.MultipleTakeTest
-
This method asserts that for take with timeouts other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyLeaseANYTest
-
This method asserts, that for notify with Lease.ANY
lease time:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyLeaseFOREVERTest
-
This method asserts, that for notify with Lease.FOREVER
lease time:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyNegativeLeaseTest
-
This method asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyNonNullTxnParamTest
-
This method asserts, that if the transaction parameter is not
null, the listener will be notified of matching entries written under
that transaction in addition to the notifications it would receive under
a null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyNullTxnParamTest
-
This method asserts, that:
1) If the transaction parameter is null, the listener will be notified
when matching entries are written either under a null transaction
or when a transaction commits.
2) When a transaction commits, any entries that were written under the
transaction (and not taken) will cause appropriate notifications for
registrations that were made under a null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyTest
-
This method asserts, that for notify with finite lease times:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ReadIfExistsNO_WAITTest
-
This method asserts that for readIfExists with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ReadIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ReadNO_WAITTest
-
This method asserts that for read with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.ReadTest
-
This method asserts that for read with timeouts other then NO_WAIT:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.RegisterForAvailabilityEventTest05
-
This method asserts that for JavaSpace05's
"registerForAvailabilityEvent" operation:
1) Register for events triggered when a matching Entry transitions from
unavailable to available.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotExpirationNotifyTest
-
This method asserts, that the request specified by a
successful notify is as persistent as the entries of the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotExpirationTest
-
This method asserts, that when the lease expires,
the entry is removed from the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotLeaseTest
-
This method asserts, that each write invocation returns a Lease object
that is lease milliseconds long.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotModifyEntryTest
-
This method asserts, that:
1) Modifications to the original entry will not affect the snapshot.
2) You can snapshot a null template.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeNO_WAITTest
-
This method asserts that for take with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeTest
-
This method asserts that for take with timeouts other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyLeaseANYTest
-
This method asserts, that for notify with Lease.ANY
lease time:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyLeaseFOREVERTest
-
This method asserts, that for notify with Lease.FOREVER
lease time:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyNegativeLeaseTest
-
This method asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyNonNullTxnParamTest
-
This method asserts, that if the transaction parameter is not
null, the listener will be notified of matching entries written under
that transaction in addition to the notifications it would receive under
a null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyNullTxnParamTest
-
This method asserts, that:
1) If the transaction parameter is null, the listener will be notified
when matching entries are written either under a null transaction
or when a transaction commits.
2) When a transaction commits, any entries that were written under the
transaction (and not taken) will cause appropriate notifications for
registrations that were made under a null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyTest
-
This method asserts, that for notify with finite lease times:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadIfExistsNO_WAITTest
-
This method asserts that for readIfExists with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadNO_WAITTest
-
This method asserts that for read with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadTest
-
This method asserts that for read with timeouts other then NO_WAIT:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeNO_WAITTest
-
This method asserts that for take with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeTest
-
This method asserts that for take with timeouts other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionAbortWriteTest
-
This method asserts that entries written under a transaction
that aborts are discarded.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionCommitTakeIfExistsTest
-
This method asserts that a takeIfExists is considered to be successful
only if all enclosing transactions commit successfully.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionCommitTakeTest
-
This method asserts that a take is considered to be successful
only if all enclosing transactions commit successfully.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionCommitWriteTest
-
This method asserts that an entry that is written under the
non null transaction is not visible outside its transaction until the
transaction successfully commits.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionExpirationTest
-
This method asserts, that when the lease expires,
the entry is removed from the space within the transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionLeaseTest
-
This method asserts, that each write invocation within the non null
transaction returns a Lease object that is lease milliseconds long.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists with NO_WAIT timeout
within the non null transaction:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeNO_WAITTest
-
This method asserts that for take with NO_WAIT timeout
within the non null transaction:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeTest
-
This method asserts that for take with timeouts
other then NO_WAIT within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyLeaseANYTest
-
This method asserts, that for notify with Lease.ANY
lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyLeaseFOREVERTest
-
This method asserts, that for notify with Lease.FOREVER
lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyNegativeLeaseTest
-
This method asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative within the non null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyTest
-
This method asserts, that for notify with finite lease times
within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsNO_WAITTest
-
This method asserts that for readIfExists within the non null
transaction with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsTakeTest
-
This method asserts that when read by readIfExists
method, an entry may be read in any other transaction to which the entry
is visible, but cannot be taken in another transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsTest
-
This asserts that for readIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsWaitTest
-
This method asserts, that for readIfExists method if
the only possible matches for the template have conflicting locks from
one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadNO_WAITTest
-
This method asserts that for read within the non null transaction
with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadTakeTest
-
This method asserts that when read, an entry may be read in any
other transaction to which the entry is visible, but cannot be taken in
another transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadTest
-
This method asserts that for read with timeouts other then NO_WAIT
within the non null transaction:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadWaitTest
-
This method asserts that a read request will wait until a matching entry
is found or until transactions settle, whichever is longer,
up to the timeout period.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists within the non null
transaction with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsReadTest
-
This method asserts that when taken by takeIfExists
method, an entry may not be read or taken by any other transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsWaitTest
-
This method asserts, that for takeIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeNO_WAITTest
-
This method asserts that for take within the non null transaction
with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeReadTest
-
This method asserts that when taken, an entry may not be read or taken
by any other transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeTest
-
This method asserts that for take with timeouts other then NO_WAIT
within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeWaitTest
-
This method asserts that a take request will wait until a matching entry
is found or until transactions settle, whichever is longer,
up to the timeout period.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteLeaseANYTest
-
This method asserts that write with Lease.ANY
value for lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteLeaseFOREVERTest
-
This method asserts that write with Lease.FOREVER
lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteNegativeLeaseTest
-
This method asserts, that we will get an IllegalArgumentException if the
lease time requested is negative and is not equal to Lease.ANY
within the non null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeIfExistsNotifyTest
-
This method asserts, that if an entry is written under
a transaction and then taken by takeIfExists method under that same
transaction before the transaction is committed, listeners registered
under a null transaction will not be notified of that entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeIfExistsTest
-
This method asserts that if the entry is written and
after that is taken by takeIfExists method within the non null
transaction, the entry will never be visible outside the transaction and
will not be added to the space when the transaction commits.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeNotifyTest
-
This method asserts, that if an entry is written under
a transaction and then taken under that same transaction before the
transaction is committed, listeners registered under a null transaction
will not be notified of that entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeTest
-
This method asserts that if the entry is written and after that
is taken within the non null transaction, the entry will never be visible
outside the transaction and will not be added to the space when the
transaction commits.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTest
-
This method asserts that write with positive finite lease times
within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteLeaseANYTest
-
This method asserts that write with Lease.ANY
value for lease time without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteLeaseFOREVERTest
-
This method asserts that write with Lease.FOREVER lease time
without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteNegativeLeaseTest
-
This method asserts, that we will get an IllegalArgumentException if the
lease time requested is negative and is not equal to Lease.ANY.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteTest
-
This method asserts that write with positive finite lease times
without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TakeNO_WAITTest
-
This method asserts that for take with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TakeTest
-
This method asserts that for take with timeouts other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TakeTest05
-
This method asserts that for take operation:
1) Each Entry taken will match one or more elements of
the passed Collection of templates.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionAbortWriteTest
-
This method asserts that entries written under a transaction
that aborts are discarded.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionCommitTakeIfExistsTest
-
This method asserts that a takeIfExists is considered to be successful
only if all enclosing transactions commit successfully.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionCommitTakeTest
-
This method asserts that a take is considered to be successful
only if all enclosing transactions commit successfully.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionCommitWriteTest
-
This method asserts that an entry that is written under the
non null transaction is not visible outside its transaction until the
transaction successfully commits.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionContentsTest05
-
This method asserts that for JavaSpace05's "contents" operation:
1) The tmpls parameter must be a Collection of Entry instances to be
used as templates.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionExpirationTest
-
This method asserts, that when the lease expires,
the entry is removed from the space within the transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionLeaseTest
-
This method asserts, that each write invocation within the non null
transaction returns a Lease object that is lease milliseconds long.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists with NO_WAIT timeout
within the non null transaction:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeNO_WAITTest
-
This method asserts that for take with NO_WAIT timeout
within the non null transaction:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeTest
-
This method asserts that for take with timeouts
other then NO_WAIT within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyLeaseANYTest
-
This method asserts, that for notify with Lease.ANY
lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyLeaseFOREVERTest
-
This method asserts, that for notify with Lease.FOREVER
lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyNegativeLeaseTest
-
This method asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative within the non null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyTest
-
This method asserts, that for notify with finite lease times
within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsNO_WAITTest
-
This method asserts that for readIfExists within the non null
transaction with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsTakeTest
-
This method asserts that when read by readIfExists
method, an entry may be read in any other transaction to which the entry
is visible, but cannot be taken in another transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsTest
-
This asserts that for readIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsWaitTest
-
This method asserts, that for readIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadNO_WAITTest
-
This method asserts that for read within the non null transaction
with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadTakeTest
-
This method asserts that when read, an entry may be read in any
other transaction to which the entry is visible, but cannot be taken in
another transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadTest
-
This method asserts that for read with timeouts other then NO_WAIT
within the non null transaction:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionReadWaitTest
-
This method asserts that a read request will wait until a matching entry
is found or until transactions settle, whichever is longer,
up to the timeout period.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionRegisterForAvailabilityEventTest05
-
This method asserts that for JavaSpace05's
"registerForAvailabilityEvent" operation:
1) Register for events triggered when a matching Entry transitions from
unavailable to available.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsNO_WAITTest
-
This method asserts that for takeIfExists within the non null
transaction with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsReadTest
-
This method asserts that when taken by takeIfExists
method, an entry may not be read or taken by any other transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsTest
-
This method asserts that for takeIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been
removed from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsWaitTest
-
This method asserts, that for takeIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeNO_WAITTest
-
This method asserts that for take within the non null transaction
with NO_WAIT timeout:
1) a timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeReadTest
-
This method asserts that when taken, an entry may not be read or taken
by any other transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeTest
-
This method asserts that for take with timeouts other then NO_WAIT
within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeTest05
-
This method asserts that for take operation:
1) Each Entry taken will match one or more elements of
the passed Collection of templates.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionTakeWaitTest
-
This method asserts that a take request will wait until a matching entry
is found or until transactions settle, whichever is longer,
up to the timeout period.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteLeaseANYTest
-
This method asserts that write with Lease.ANY
value for lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteLeaseFOREVERTest
-
This method asserts that write with Lease.FOREVER
lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteNegativeLeaseTest
-
This method asserts, that we will get an IllegalArgumentException if the
lease time requested is negative and is not equal to Lease.ANY
within the non null transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeIfExistsNotifyTest
-
This method asserts, that if an entry is written under
a transaction and then taken by takeIfExists method under that same
transaction before the transaction is committed, listeners registered
under a null transaction will not be notified of that entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeIfExistsTest
-
This method asserts that if the entry is written and
after that is taken by takeIfExists method within the non null
transaction, the entry will never be visible outside the transaction and
will not be added to the space when the transaction commits.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeNotifyTest
-
This method asserts, that if an entry is written under
a transaction and then taken under that same transaction before the
transaction is committed, listeners registered under a null transaction
will not be notified of that entry.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeTest
-
This method asserts that if the entry is written and after that
is taken within the non null transaction, the entry will never be visible
outside the transaction and will not be added to the space when the
transaction commits.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTest
-
This method asserts that write with positive finite lease times
within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTest05
-
This method asserts that write:
1) Allows new copies of multiple Entry instances to be stored
in the space using a single call.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.WriteLeaseANYTest
-
This method asserts that write with Lease.ANY
value for lease time without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.WriteLeaseFOREVERTest
-
This method asserts that write with Lease.FOREVER lease time
without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.WriteNegativeLeaseTest
-
This method asserts, that we will get an IllegalArgumentException if the
lease time requested is negative and is not equal to Lease.ANY.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.WriteTest
-
This method asserts that write with positive finite lease times
without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- run() - Method in class org.apache.river.test.spec.javaspace.conformance.WriteTest05
-
This method asserts that write:
1) Allows new copies of multiple Entry instances to be stored
in the space using a single call.
- run() - Method in class org.apache.river.test.spec.jeri.abstractilfactory.AccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicilfactory.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInstancesTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationDispatcherTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationHandlerTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicilfactory.GetExtraProxyInterfacesTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicilfactory.ObjectMethodsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.CheckPermissionClassTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_CheckAccessExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_CheckConstraintsBadReturnTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_CheckConstraintsExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_CreateMarshalInputStreamExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_CreateMarshalOutputStreamExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_FirstRequestByteTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_InvokeExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_MarshalReturnExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_MarshalThrowExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_SecondRequestByteTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_UnmarshalArgumentsExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_UnmarshalMethodExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.NullArgsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.CheckTrustEquivalenceTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_CreateMarshalInputStreamExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_CreateMarshalOutputStreamExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_ExecuteCallExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_ExecuteCallNonNullReturnTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_FirstResponseByteTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_GetUnfulfilledConstraintsExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_IntegrityTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_MarshalArgumentsExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_MarshalMethodExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_NormalReturnTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_OutboundRequestIteratorExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_RemoteMethodControlTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_UnmarshalReturnExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_UnmarshalThrowExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.NullArgsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.ObjectMethodsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.SetClientConstraintsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ConstructorTest
-
Tests the following use cases:
Constructing a BasicJeriExporter
with default values
Constructing a BasicJeriExporter with a
SeverEndpoint
Constructing a BasicJeriExporter with a
SeverEndpoint, InvocationLayerFactory,
distibuted garbage collection flag, and server virtual machine
keep-alive flag
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ExportExceptionTest_NullArgument
-
For Testing the Use Case:
Create a BasicJeriExporter instance.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ExportExceptionTest_SameIDSameSE
-
For testing the Use Case:
Create Remote, ServerEnpoint
and Uuid instances
(instances of classes implementing these interfaces).
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ExportTest_CallTwice
-
Tests that a BasicJeriExporter can only be used once.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ExportTest_CustomParams
-
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.ExportTest_DefaultParams
-
Tests the default values of BasicJeriExporter.export().
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportExceptionTest
-
To test the use case:
Construct a BasicJeriExporter instance
Call unexport on the exporter instance created in
step 1.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_ForceFalse
-
For Testing Use Case:
Construct a BasicJeriExporter using an instrumented
ServerEnpoint implementation.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_ForceTrue
-
For Testing Use Case:
Construct a BasicJeriExporter using an instrumented
ServerEnpoint implementation.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_InProgressForceFalse
-
For Testing Use Case:
Construct a BasicJeriExporter using an instrumented
ServerEnpoint implementation.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_InProgressForceTrue
-
For Testing Use Case:
Construct a BasicJeriExporter using an instrumented
ServerEnpoint implementation.
- run() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.ListenOperation
-
- run() - Method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.IsTrustedObjectTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.CheckTrustEquivalenceTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ExecuteCall_ExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ExecuteCall_NormalTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.NewCall_ExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.NewCall_NormalTest
-
- run() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ObjectMethodsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.connection.ConnectionManagerTest
-
- run() - Method in class org.apache.river.test.spec.jeri.connection.ServerConnectionManagerTest
-
- run() - Method in class org.apache.river.test.spec.jeri.connection.util.ListenOperation
-
- run() - Method in class org.apache.river.test.spec.jeri.kerberostrustverifier.IsTrustedObjectKerberos
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.ClientAbortTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.ClientFlowControlTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.CloseTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.MuxClientTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.MuxServerTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.ServerAbortTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.ServerFlowControlTest
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.util.ListenOperation
-
- run() - Method in class org.apache.river.test.spec.jeri.mux.util.Redirector
-
Main loop for redirection
- run() - Method in class org.apache.river.test.spec.jeri.proxytrustilfactory.AccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.proxytrustilfactory.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.IsTrustedObjectTestSSL
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.CheckConstraintsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.CheckTrustEquivalenceTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.ConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.EndpointInUseTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.EqualityTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.GetDeliveryStatusTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.IllegalArgumentExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.kerberos.KerberosCheckTrustEquivalenceTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.kerberos.KerberosConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.kerberos.KerberosServerConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.kerberos.KerberosWrapper
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.ListenContextExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.NewRequestConflictingConstraintsTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.NullPointerExceptionTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.RobustnessTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.ServerEndpointTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.ssl.SslServerConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.jeri.transport.tcp.ServerConstructorAccessorTest
-
- run() - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
Executes the current test
- run() - Method in class org.apache.river.test.spec.joinmanager.AddAttributes
-
Executes the current test by doing the following:
Verifies that the join manager is re-configured correctly after
the addAttributes method is used to add a new set
of attributes to the set of attributes with which the join manager
is currently configured.
- run() - Method in class org.apache.river.test.spec.joinmanager.AddAttributesNullElement
-
Executes the current test by doing the following:
Verifies that a NullPointerException is thrown when
any version of the addAttributes method is invoked
with a set of attributes that is either null itself,
or which contains at least 1 null element.
- run() - Method in class org.apache.river.test.spec.joinmanager.AddAttributesProp
-
Executes the current test by doing the following:
Augments the current set of attributes with a new set, and verifies
that the appropriate attributes (no duplicates) are propagated to
each lookup service with which the associated test service is
registered.
- run() - Method in class org.apache.river.test.spec.joinmanager.AddAttributesPropNew
-
Executes the current test by doing the following:
Verifies that when the addAttributes method is invoked,
the join manager will not only propagate the new attributes
to each lookup service with which the test is currently registered,
but will also propagate those attributes to each new lookup service
that may be started after the service's attributes have been
augmented.
- run() - Method in class org.apache.river.test.spec.joinmanager.AddAttributesServiceControlled
-
Executes the current test by doing the following:
Verifies that a SecurityException is thrown when the
addAttributes method is invoked with true
input to the checkSC parameter, and with an attribute
set containing at least 1 element that imnplements the
net.jini.lookup.entry.ServiceControlled interface.
- run() - Method in class org.apache.river.test.spec.joinmanager.Equality
-
Executes the current test by doing the following:
For each instance of the JoinManager utility class
created during the construct process, verifies that the
equals method returns the appropriate result
depending on the particular instances of JoinManager
being compared.
- run() - Method in class org.apache.river.test.spec.joinmanager.GetAttributes
-
Executes the current test by doing the following:
Verifies that the set of attributes returned by the method
getAttributes is the same as the set of attributes
with which the join manager was constructed during construct.
- run() - Method in class org.apache.river.test.spec.joinmanager.GetAttributesNew
-
Executes the current test by doing the following:
Verifies that each invocation of the getAttributes
method returns a new array whose contents are equal to the contents
of the set of attributes with which the join manager was constructed
during construct.
- run() - Method in class org.apache.river.test.spec.joinmanager.GetDiscoveryManager
-
Executes the current test by doing the following:
For each instance of the JoinManager utility class
created during the construct process,
retrieves the instance of DiscoveryManagement being
employed by the JoinManager
verifies that the instance of DiscoveryManagement that is
retrieved is equal to the instnace of DiscoveryManagement
passed in to the join manager's constructor
- run() - Method in class org.apache.river.test.spec.joinmanager.GetJoinSetCallback
-
Executes the current test by doing the following:
Verifies that the set of lookup services returned by the method
getJoinSet is the same as the set of lookup services
with which the test service was registered by the join manager
created during construct.
- run() - Method in class org.apache.river.test.spec.joinmanager.GetJoinSetCallbackNew
-
Executes the current test by doing the following:
Verifies that each invocation of method getJoinSet
returns a new array that contains the same lookup services as those
with which the service was registered by the join manager
created during construct.
- run() - Method in class org.apache.river.test.spec.joinmanager.GetJoinSetServiceIDNew
-
Executes the current test by doing the following:
Verifies that each invocation of method getJoinSet
returns a new array that contains the same lookup services as those
with which the service was registered by the join manager
created during construct.
- run() - Method in class org.apache.river.test.spec.joinmanager.GetLeaseRenewalManager
-
Executes the current test by doing the following:
For each instance of the JoinManager utility class
created during the construct process,
retrieves the instance of LeaseRenewalManager being
employed by the JoinManager
verifies that the instance of LeaseRenewalManager that is
retrieved is equal to the instnace of LeaseRenewalManager
passed in to the join manager's constructor
- run() - Method in class org.apache.river.test.spec.joinmanager.LDMNullPublicGroup
-
Executes the current test by doing the following:
For each instance of the JoinManager utility class
created during the construct process,
retrieves the instance of DiscoveryManagement being
employed by the JoinManager
verifies that the instance of DiscoveryManagement that is
retrieved is an instance of the LookupDiscoveryManager
utility class
verifies that the instance of DiscoveryManagement that is
retrieved is configured to discover only lookup services
that are members of the public group
- run() - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributes
-
Executes the current test by doing the following:
Verifies that the join manager is re-configured correctly after
the modifyAttributes method is invoked.
- run() - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesLengthMismatch
-
Executes the current test by doing the following:
Verifies that when modifyAttributes is invoked with a
set of attribute templates and a set of modification attributes
whose lengths do not match, an IllegalArgumentException
is thrown.
- run() - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesProp
-
Executes the current test by doing the following:
Changes the initial set of attributes to the new set, and verifies
that the join manager propagates the appropriate attributes to
each lookup service with which the associated test service is
registered.
- run() - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesPropNew
-
Executes the current test by doing the following:
Changes the initial set of attributes to the new set, and verifies
that the join manager propagates the appropriate attributes
to each lookup service with which the associated test service is
currently registered, and to each new lookup service with which
the test service may be registered in the future.
- run() - Method in class org.apache.river.test.spec.joinmanager.ModifyAttributesServiceControlled
-
Executes the current test by doing the following:
Verifies that when modifyAttributes is invoked
with true input to the checkSC parameter,
and at least one of the attributes to be modified implements the
net.jini.lookup.entry.ServiceControlled interface, a
SecurityException is thrown.
- run() - Method in class org.apache.river.test.spec.joinmanager.Register
-
Executes the current test by doing the following:
Verifies that the test service input to the join manager constructor
is registered with all lookup services the join manager is configured
to discover (through its DiscoveryManagement instance).
- run() - Method in class org.apache.river.test.spec.joinmanager.RegisterAttributes
-
Executes the current test by doing the following:
Verifies that the test service input to the join manager constructor
is registered with all lookup services the join manager is configured
to discover (through its DiscoveryManagement instance);
additionally, verifies that the test service's corresponding set of
attributes are associated with the test service in each lookup service
in which that test service is registered.
- run() - Method in class org.apache.river.test.spec.joinmanager.RegisterProp
-
Executes the current test by doing the following:
Verifies that the test service input to the join manager
constructor is registered with all currently running lookup
services the join manager is configured to discover (through
its DiscoveryManagement instance).
- run() - Method in class org.apache.river.test.spec.joinmanager.ServiceIDNotify
-
Executes the current test by doing the following:
Verifies that the ServiceID listener input to the constructor of the
join manager utility class receives one and only one ServiceID
notification from the join manager.
- run() - Method in class org.apache.river.test.spec.joinmanager.SetAttributes
-
Executes the current test by doing the following:
Verifies that the join manager is re-configured correctly after
the setAttributes method is invoked.
- run() - Method in class org.apache.river.test.spec.joinmanager.SetAttributesNullElement
-
Executes the current test by doing the following:
Verifies that a NullPointerException is thrown when
setAttributes is invoked with a set of attributes
that is either null itself, or which contains at
least 1 null element.
- run() - Method in class org.apache.river.test.spec.joinmanager.SetAttributesProp
-
Executes the current test by doing the following:
Verifies that the appropriate attributes (no duplicates) are
propagated to each lookup service with which the associated test
service is registered.
- run() - Method in class org.apache.river.test.spec.joinmanager.SetAttributesPropNew
-
Executes the current test by doing the following:
Verifies that when the setAttributes method is invoked,
the join manager will not only propagate the new attributes
to each lookup service with which the test is currently registered,
but will also propagate those attributes to each new lookup service
that may be started after the service's attributes have been
augmented.
- run() - Method in class org.apache.river.test.spec.joinmanager.TerminateDiscovery
-
Executes the current test by doing the following:
verifies that the lookup service(s) started initially were
discovered by the default discovery manager created by the
join manager
starts a new lookup service and verifies that the default
discovery manager discovers any new lookup service started
while the join manager's discovery process is still in
progress
terminates the join manager
starts another new lookup service
verifies that all discovery processing in the terminated
join manager was also terminated by verifying that the
lookup service started after the join manager was terminated
is not discovered
- run() - Method in class org.apache.river.test.spec.joinmanager.TerminateLeases
-
Executes the current test by doing the following:
verifies that the test service is registered (it's leases
are being managed) with each lookup service started during
construct
terminates the join manager
verifies that the test service is no longer registered (the
leases are no longer being managed) with any of the lookup
service(s) with which it was previously registered
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.Constructor_NullPointerExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.Export_ExportExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.Export_IllegalStateExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.Export_NullPointerExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.GetActivationID_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.GetClientSocketFactory_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.GetPort_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.GetServerSocketFactory_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.Unexport_BehaviorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpexporter.Unexport_IllegalStateExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.jrmp.jrmpservercontext.GetServerContext_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.loader.downloadPermission.Constructor
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.Constructor
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetClassAnnotation
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetPermissions
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetResources
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.IsPreferredClass
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.IsPreferredResource
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.IsPreferredResourceIOException
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.LoadClasses
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.NewInstance
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassAnnotation
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassLoader
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassLoaderMalformedURLException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.GetClassLoaderSecurityException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadClasses
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadClassesClassNotFoundException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadClassesMalformedURLException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadClassesSecurityException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadProxyClasses
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadProxyClassesClassNotFoundException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.preferredClassProvider.LoadProxyClassesMalformedURLException
-
- run() - Method in class org.apache.river.test.spec.loader.pref.requireDlPermProvider.LoadClasses
-
run test passing RequireDlPermProvider as
java.rmi.server.RMIClassLoaderSpi
- run() - Method in class org.apache.river.test.spec.loader.pref.requireDlPermProvider.LoadClassesSecurityException
-
run test passing RequireDlPermProvider as
java.rmi.server.RMIClassLoaderSpi
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AbstractBaseTest
-
Executes the current test
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AddDiscoveryListenerNull
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during setup
starts the unicast discovery process by adding a listener to
the lookup locator discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the addDiscoveryListener method on the lookup locator
discovery utility to attempt to add null to set of listeners
waiting for discovered and discarded events
verifies that a NullPointerException is thrown when the
attempt to add null to the listeners is made
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AddLocators
-
Executes the current test by doing the following:
start the additional lookup services
verifies that the lookup locator discovery utility under test
discovers the initial lookup services that were started
during construct
re-configures the listener's expected event state to expect
the discovery of the addtional lookup services
re-configures the lookup locator discovery utility to discover
the new set of locators in addtion to the initial set of
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents related to the additional lookups that were started
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AddLocatorsDups
-
Executes the current test by doing the following:
start the additional lookup services
verifies that the lookup locator discovery utility under test
discovers the initial lookup services that were started
during construct
re-configures the listener's expected event state to expect
the discovery of the addtional lookup services
re-configures the lookup locator discovery utility to discover
the new set of locators containing the duplicate elements
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents related to the additional lookups that were started
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AddLocatorsEmpty
-
Executes the current test by doing the following:
start the additional lookup services
verifies that the lookup locator discovery utility under test
discovers the initial lookup services that were started
during construct
re-configures the listener's expected event state to expect
no more discovered events
adds the empty set to the set of locators with which the
lookup locator discovery utility is configured
verifies the contents of the managed set of locators with
which the lookup locator discovery utility is configured
prior to the invocation of addLocators is the same as the
contents of that set after addLocators is invoked
verifies that the lookup locator discovery utility under test
sends no discovered events
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AddLocatorsNullElement
-
Executes the current test by doing the following:
first verifies that the lookup locator discovery utility is
currently configured to discover a non-null, non-empty set
of locators
invokes addLocators with a set of locators in which at least
one element is null
verifies that a NullPointerException is thrown upon the
invocation of addLocators
- run() - Method in class org.apache.river.test.spec.locatordiscovery.AddNewDiscoveryListener
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a listener to
the lookup locator discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the addDiscoveryListener method on the
lookup locator discovery utility to add a new listener for
the original set of lookups to discover
verifies that the lookup locator discovery utility under test
sends the expected discovered events, with the expected
contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.ConstructorDups
-
Executes the current test by doing the following:
constructs a lookup locator discovery utility using a set of
locators in which at least 1 element of the set is a duplicate
of at least 1 other element of the set
starts the unicast discovery process for the lookup locator
discovery utility just constructed by adding a discovery
listener
verifies that the lookup locator discovery utility under
test sends the expected discovered events, with the expected
contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.ConstructorNullElement
-
Executes the current test by doing the following:
Verifies that a NullPointerException is thrown when
an instance of LookupLocatorDiscovery is created
using a set of locators in which at least one element is
null.
- run() - Method in class org.apache.river.test.spec.locatordiscovery.DiscardNull
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a listener to
the lookup locator discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
for each lookup service started during construct, destroys the
lookup service and invokes the discard method on the lookup
locator discovery utility
verifies that the discard mechanism is working correctly by
verifying the expected discarded events - with the expected
contents - are sent by the lookup locator discovery utility
to the listener
again invokes the discard method on the lookup locator
discovery utility, this time using a null paramete
verifies that no further events are received or actions are
taken
- run() - Method in class org.apache.river.test.spec.locatordiscovery.DiscardUnreachable
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding to the
lookup locator discovery utility, a listener that listens
for only discovered and discarded events
verifies that the discovery process is working by waiting
for the expected discovery events
retrieves the proxy to each lookup service
renders un-reachable, each lookup service started in construct
discards from the lookup locator discovery utility, each
un-reachable lookup service
verifies that the lookup locator discovery utility under test
sends the expected discarded events, with the expected
contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.Discovered
-
Executes the current test by doing the following:
configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveredDelay
-
Executes the current test by doing the following:
configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents related to the initial lookups that were started
starts an additional set of lookups to discover
resets the listener's discovery and discard related state for
for discovery of the addtional lookups just started
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents related to the additional lookups that were started
- run() - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveredStagger
-
Executes the current test by doing the following:
starts one lookup service (so it's up before discovery actually
starts -- so that the lookup locator discovery utility is
fully exercised)
configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was/will be started
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
asynchronously starts additional lookup services at various
staggered times while the lookup locator discovery utility
is operational
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveryBeginsOnAddLocsAfterNull
-
Executes the current test by doing the following:
creates a lookup locator discovery utility using null in the
constructor
adds a listener to the lookup locator discovery utility just
created, and verifies the listener receives no events
depending on the value of addLocs, invokes either
addLocators or setLocators to re-configure the lookup locator
discovery utility to discover the lookup services started in
construct
verifies that the locator discovery utility utility under test
sends the expected discovered events, having the expected
contents related to the lookups started in construct
- run() - Method in class org.apache.river.test.spec.locatordiscovery.DiscoveryEndsOnTerminate
-
Executes the current test by doing the following:
creates a lookup locator discovery utility configured to
to discover the set of locators whose elements are the
locators of both the initial and the addtional lookups to
be started
starts the unicast discovery process by adding to the
lookup locator discovery utility, a listener that listens
for discovered and discarded events related to the
lookups to be started
verifies that the lookup locator discovery utility under test
sends the expected discovered events related to the initial
lookups started
terminates the lookup locator discovery utility
starts the addtional lookup services the lookup locator
discovery
utility was configured to discover
verifies the listener receives no more discovered events for
any lookup service
- run() - Method in class org.apache.river.test.spec.locatordiscovery.Equality
-
Executes the current test by doing the following:
Compares the instance of LookupLocatorDiscovery
created during construct to itself and to a new instance; and
verifies that the equals method returns the
appropriate result depending on the particular instances of
LookupLocatorDiscovery being compared.
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetDiscoveredLocators
-
Executes the current test by doing the following:
verifies that the listener is notified of the discovery of
all of the lookup services started during setup
calls getDiscoveredLocators on the lookup locator discovery
utility used in the discovery process
retrieves from the listener, the locators that were actually
discovered
compares the locators actually discovered with the locators
returned by getDiscoveredLocators, and verifies that the
contents of those arrays are the same
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetDiscoveredLocatorsNew
-
Executes the current test by doing the following:
verifies that getDiscoveredLocators returns the locators of
the lookup services that have already been discovered
invokes getDiscoveredLocators two more times and verifies
that each invocation returns different arrays having the
same contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetLocators
-
Executes the current test by doing the following:
invokes getLocators to retrieve the locators the lookup
locator discovery utility is currently configured to discover
compares the locators returned by getLocators with the
locators used to initially configure this test, and verifies
that those sets are the same
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetLocatorsNew
-
Executes the current test by doing the following:
twice invokes getLocators to retrieve the locators the lookup
locator discovery utility is currently configured to discover
verifies that each invocation returns different arrays having
the same contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetRegistrars
-
Executes the current test by doing the following:
configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
verifies that the lookup locator discovery utility under test
discoveres all of the lookup services that were started
during construct
invokes getRegistrars to retrieve the registrars the lookup
locator discovery utility has currently discovered
compares the registrars returned by getRegistrars with the
registrars that were started during construct (and discovered
by the lookup locator discovery utility), and verifies
that those sets are the same
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetRegistrarsNew
-
Executes the current test by doing the following:
verifies that getRegistrars returns the registrars that have
been discovered by the lookup locator discovery utility
invokes getRegistrars two more times and verifies
that each invocation returns different arrays having the
same contents
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetUndiscoveredLocators
-
Executes the current test by doing the following:
configures the lookup locator discovery utility to discover
only the initial lookup services started during construct, and
verifies that the listener is notified of the discovery of
those lookup services (this establishes the set of
already-discovered locators in the listener)
re-configures the lookup locator discovery utility to discover
both the initial and the addtional lookup services (this
establishes in the lookup locator discovery utility, a
non-empty set of un-discovered locators)
re-configures the listener to expect both the initial lookups
and the addtional lookups
calls getUndiscoveredLocators on the lookup locator discovery
utility used in the discovery process
retrieves from the listener, the expected, but undiscovered,
locators
compares the expected-but-undiscovered locators referenced
by the listener with the locators returned by
getUndiscoveredLocators, and verifies that the contents
of those arrays are the same
- run() - Method in class org.apache.river.test.spec.locatordiscovery.GetUndiscoveredLocatorsNew
-
Executes the current test by doing the following:
verifies that getUndiscoveredLocators returns the locators of
the desired, but not-yet-discovered, lookup services for
which the lookup locator discovery utility is configured
invokes getUndiscoveredLocators two more times and verifies
that each invocation returns different arrays having the
same content
- run() - Method in class org.apache.river.test.spec.locatordiscovery.RemoveDiscoveryListener
-
Executes the current test by doing the following:
creates a lookup locator discovery utility configured to
to discover the set of locators whose elements are the
locators of both the initial and the addtional lookups to
be started
adds two discovery listeners to the lookup locator discovery
utility just created
verifies that the lookup locator discovery utility under test
sends the expected discovered events related to the initial
lookups started to both listeners registered with it
removes one of the listeners from the lookup locator discovery
utility
clears the expected event state of both listeners
starts the addtional lookup services the lookup locator discovery
utility was configured to discover
verifies that the lookup locator discovery utility under test
sends the expected discovered events related to the addtional
lookups started to only the listener that was not removed
verifies that the lookup locator discovery utility under test
does NOT send any discovered events to the listener that was
removed
- run() - Method in class org.apache.river.test.spec.locatordiscovery.RemoveDiscoveryListenerDNE
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a listener to
the lookup locator discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the removeDiscoveryListener method on the lookup
locator discovery utility with a listener that is not an
element of that utility's managed set of listeners
verifies that no further events are received or actions are
taken
- run() - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsEmpty
-
Executes the current test by doing the following:
verifies that the lookup locator discovery utility under test
discovers the lookup services that were started during construct
re-configures the listener's expected event state to expect
no more discarded events
removes the empty set from the set of locators with which the
lookup locator discovery utility is configured
verifies the contents of the managed set of locators with
which the lookup locator discovery utility is configured
prior to the invocation of removeLocators is the same as the
contents of that set after removeLocators is invoked
verifies that the lookup locator discovery utility under test
sends no discarded events
- run() - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsNullElement
-
Executes the current test by doing the following:
first verifies that the lookup locator discovery utility is
currently configured to discover a non-null, non-empty set
of locators
invokes removeLocators with a set of locators in which at least
one element is null
verifies that a NullPointerException is thrown upon the
invocation of removeLocators
- run() - Method in class org.apache.river.test.spec.locatordiscovery.RemoveLocatorsSome
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the removeLocators method on the lookup locator
discovery utility to remove the indicated locators
verifies that the lookup locator discovery utility under test
sends the expected discarded events
- run() - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsDups
-
Executes the current test by doing the following:
start the additional lookup services
verifies that the lookup locator discovery utility under test
discovers the initial lookup services that were started
during construct
re-configures the listener's expected event state to expect
the discovery of the new, replacement set of lookup services
re-configures the lookup locator discovery utility to discover
the new, replacement set of locators containing the duplicate
elements
verifies that the lookup locator discovery utility under test
sends the expected discovered events, having the expected
contents related to the additional lookups that were started
- run() - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsEmpty
-
Executes the current test by doing the following:
creates a lookup locator discovery utility configured to
to discover the set of locators whose elements are the
locators of both the initial and the addtional lookups to
be started
starts the unicast discovery process by adding to the
lookup locator discovery utility, a listener that listens
for discovered and discarded events related to the
lookups to be started
verifies that the lookup locator discovery utility under test
sends the expected discovered events related to the initial
lookups started
replaces with the empty set, the current managed set of
locators with which the the lookup locator discovery utility
is currently configured
starts the addtional lookup services the lookup locator discovery
utility was configured to discover
verifies that discovery has ceased by verifying that the
listener receives no more discovered events for any lookup
service
- run() - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsNullElement
-
Executes the current test by doing the following:
first verifies that the lookup locator discovery utility is
currently configured to discover a non-null, non-empty set
of locators
invokes setLocators with a set of locators in which at least
one element is null
verifies that a NullPointerException is thrown upon the
invocation of setLocators
- run() - Method in class org.apache.river.test.spec.locatordiscovery.SetLocatorsReplaceSome
-
Executes the current test by doing the following:
re-configures the lookup locator discovery utility to discover
the set of locators whose elements are the locators of each
lookup service that was started during construct
starts the unicast discovery process by adding a discovery
listener to the lookup locator discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the setLocators method on the lookup locator discovery
utility to re-configure that utility with a new set of
locators to discover
verifies that the lookup locator discovery utility under test
sends the expected discarded events
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AbstractBaseTest
-
Executes the current test
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroups
-
Executes the current test by doing the following:
verifies that the lookup discovery utility under test
discovers the initial lookup services that were started
during construct
re-configures the listener's expected event state to expect
the discovery of the addtional lookup services
invokes addGroups to re-configure the lookup discovery utility
to discover the new set of groups in addtion to the initial set
verifies that the lookup discovery utility under test
sends the expected discovered events, having the expected
contents related to the additional lookups that were started
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsAllGroups
-
Executes the current test by doing the following:
invokes addGroups, inputting null (ALL_GROUPS)
verifies that a NullPointerException is thrown
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsNoGroups
-
Executes the current test by doing the following:
retrieves the member groups the lookup discovery utility
under test is initially configured to discover
invokes addGroups, inputting an empty array (NO_GROUPS)
verifies that the set of groups the lookup discovery utility
was configured to discover prior to the call to addGroups
is the same as the set of groups that utility is configured
to discover after the call to addGroups
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsNullElement
-
Executes the current test by doing the following:
creates an instance of the lookup discovery utility configured
to discover a finite set of groups (not NO_GROUPS and not
ALL_GROUPS)
attempts to augment the set of groups the lookup discovery
utility is configured to discover with a set that contains
at least one null element
verifies that a NullPointerException is thrown
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AddGroupsUnsupportedOperation
-
Executes the current test by doing the following:
creates a lookup discovery utility configured to discover
ALL_GROUPS
invokes addGroups, inputting a non-null, non-empty set of
groups
verifies that an UnsupportedOperationException
occurs
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.AddNewDiscoveryListener
-
Executes the current test by doing the following:
re-configures the lookup discovery utility to use group
discovery to discover the set of lookup services started during
construct
starts the multicast discovery process by adding a listener to
the lookup discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the addDiscoveryListener method on the lookup discovery
utility to add a new listener for the original set of lookups
to discover
verifies that the lookup discovery utility under test sends the
expected discovered events, with the expected contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.ConstructorAllGroups
-
Executes the current test by doing the following:
constructs a lookup discovery utility with a null parameter
starts the multicast discovery process for the lookup discovery
utility just constructed by adding a discovery listener
verifies that the lookup discovery utility under test sends the
expected discovered events, with the expected contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.ConstructorDups
-
Executes the current test by doing the following:
constructs a lookup discovery utility using a set of groups in
which at least 1 element of the set is a duplicate of at least
1 other element of the set
starts the multicast discovery process for the lookup discovery
utility just constructed by adding a discovery listener
verifies that the lookup discovery utility under test sends the
expected discovered events, with the expected contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.ConstructorNullElement
-
Executes the current test by doing the following:
Verifies that a NullPointerException is thrown when
an instance of LookupDiscovery is created using a set
of groups in which at least one element is null.
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.DiscardUnreachable
-
Executes the current test by doing the following:
re-configures the LookupDiscovery utility to discover the
union of the member groups to which each lookup service belongs
starts the discovery process by adding to the LookupDiscovery
utility, a listener that listens for only discovered and
discarded events
verifies that the discovery process is working by waiting
for the expected discovery events
retrieves the proxy to each lookup service
stops the multicast announcements being sent from each
lookup service, and destroys the corresponding lookup service
attempts to interact with each lookup service, invoking
the discard() method of the LookupDiscovery utility upon
finding that the lookup service is un-reachable
verifies that the LookupDiscovery utility under test sends
the expected number of discard events - with the expected
contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.Discovered
-
Executes the current test by doing the following:
re-configures the lookup discovery utility to use group
discovery to discover the set of lookup services started during
construct
starts the multicast discovery process by adding a listener to
the lookup discovery utility
verifies that the lookup discovery utility under test
sends the expected discovered events, with the expected
contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveredDelay
-
Executes the current test by doing the following:
configures the lookup discovery utility to discover the
member groups of each lookup service that was started during
construct
starts the multicast discovery process by adding a discovery
listener to the lookup discovery utility
verifies that the lookup discovery utility under test sends
the expected discovered events, having the expected contents
related to the initial lookups that were started
starts an additional set of lookups to discover
resets the listener's discovery and discard related state for
for discovery of the addtional lookups just started
verifies that the lookup discovery utility under test
sends the expected discovered events, having the expected
contents related to the additional lookups that were started
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveredStagger
-
Executes the current test by doing the following:
starts one lookup service (so it's up before discovery actually
starts -- so that the lookup discovery utility is fully
exercised)
configures the lookup discovery utility to discover the
member groups of each lookup service that was/will be started
starts the multicast discovery process by adding a discovery
listener to the lookup discovery utility
asynchronously starts additional lookup services at various
staggered times while the lookup discovery utility is
operational
verifies that the lookup discovery utility under test sends
the expected discovered events, having the expected contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveryBeginsOnAddGroupsAfterEmpty
-
Executes the current test by doing the following:
creates a lookup discovery utility using an empty String
(NO_GROUPS) in the constructor
adds a listener to the lookup discovery utility just created,
and verifies the listener receives no events
depending on the value of addGroups, invokes either
addGroups or setGroups to re-configure the lookup discovery
utility to discover the lookup services started in construct
verifies that the lookup discovery utility under test
sends the expected discovered events, having the expected
contents related to the lookups started in construct
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.DiscoveryEndsOnTerminate
-
Executes the current test by doing the following:
creates a lookup discovery utility configured to discover the
set of groups whose elements are the member groups of both the
initial and the addtional lookups to be started
starts the multicast discovery process by adding to the lookup
discovery utility, a listener that listens for discovered and
discarded events related to the lookups to be started
verifies that the lookup discovery utility under test sends the
expected discovered events related to the initial lookups started
terminates the lookup discovery utility
starts the addtional lookup services the lookup discovery
utility was configured to discover
verifies the listener receives no more discovered events for
any lookup service
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.Equality
-
Executes the current test by doing the following:
Compares the instance of LookupDiscovery created during
construct to itself and to a new instance; and verifies that the
equals method returns the appropriate result depending
on the particular instances of LookupDiscovery being
compared.
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.GetGroups
-
Executes the current test by doing the following:
retrieves the member groups the lookup discovery utility
under test is initially configured to discover
verifies that the set of groups the lookup discovery utility
was configured to discover initially is the same as the set
of groups returned by getGroups
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.GetGroupsNew
-
Executes the current test by doing the following:
retrieves the member groups the lookup discovery utility
under test is initially configured to discover
verifies that the set of groups the lookup discovery utility
was configured to discover initially is the same as the set
of groups returned by getGroups
invokes getGroups two more times and verifies that each
invocation returns different arrays having the same contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.GetRegistrars
-
Executes the current test by doing the following:
re-configures the lookup discovery utility to use group
discovery to discover the set of lookup services started during
construct
starts the multicast discovery process by adding a listener to
the lookup discovery utility
verifies that the lookup discovery utility under test
sends the expected discovered events, with the expected
contents
invokes getRegistrars to retrieve the registrars the lookup
discovery utility has currently discovered
compares the registrars returned by getRegistrars with the
registrars that were started during construct (and discovered
by the lookup discovery utility), and verifies that those sets
are the same
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.GetRegistrarsNew
-
Executes the current test by doing the following:
verifies that getRegistrars returns the registrars that have
been discovered by the lookup discovery utility
invokes getRegistrars two more times and verifies
that each invocation returns different arrays having the
same contents
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorChange
-
Executes the current test by doing the following:
verifies the lookup discovery mechanism is functional by
using group discovery to discover the lookup services
started during construct
for alternating elements, replaces with a new group name,
the member group elements of each of the discovered lookup
services
verifies that the multicast announcements are correctly
monitored and handled by verifying that the lookup discovery
utility sends to the listener, changed events referencing the
correct changed event information corresponding to each lookup
service whose member groups were changed
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorReplace
-
Executes the current test by doing the following:
verifies the lookup discovery mechanism is functional by
using group discovery to discover the lookup services
started during construct
replaces the member groups of each of the discovered lookup
services with a new set that contains none of the elements
from the set of groups the lookup discovery utility is
configured to discover
verifies that the lookup discovery utility discards the
lookup services whose member groups were changed
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorStop
-
Executes the current test by doing the following:
verifies the lookup discovery mechanism is functional by
using group discovery to discover the lookup services
started during construct
stops the generation of multicast announcements by each
lookup service, but allows the lookup services to remain
running and reachable
verifies that although the multicast announcements from the
lookup services have ceased, the lookup discovery utility
does not discard the lookup services because they are still
reachable
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorStopReplace
-
Executes the current test by doing the following:
verifies the lookup discovery mechanism is functional by
using group discovery to discover the lookup services
started during construct
stops the generation of multicast announcements by each
lookup service, but allows the lookup services to remain
running and reachable
verifies that the lookup discovery utility discards the
lookup services whose member groups were changed
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorTerminate
-
Executes the current test by doing the following:
verifies the lookup discovery mechanism is functional by
using group discovery to discover the lookup services
started during construct
stops the generation of multicast announcements by each
lookup service, and makes each lookup service unreachable
verifies that the lookup discovery utility eventually
discards the lookup services whose multicast announcements
have ceased to be received
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveDiscoveryListener
-
Executes the current test by doing the following:
creates a lookup discovery utility configured to discover all
of the lookup services (both initial and additonal) to be
started
starts the multicast discovery process by adding two discovery
listeners to the lookup discovery utility just created
verifies that the lookup discovery utility under test sends the
expected discovered events related to the initial lookups
started to both listeners registered with it
removes one of the listeners from the lookup discovery utility
clears the expected event state of both listeners
starts the addtional lookup services the lookup discovery
utility is configured to discover
verifies that the lookup discovery utility under test sends the
expected discovered events related to the addtional lookups
started to only the listener that was not removed
verifies that the lookup discovery utility under test does NOT
send any discovered events to the listener that was removed
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsAllGroups
-
Executes the current test by doing the following:
invokes removeGroups, inputting null (ALL_GROUPS)
verifies that a NullPointerException is thrown
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsNoGroups
-
Executes the current test by doing the following:
retrieves the member groups the lookup discovery utility
under test is initially configured to discover
invokes removeGroups, inputting an empty array (NO_GROUPS)
verifies that the set of groups the lookup discovery utility
was configured to discover prior to the call to removeGroups
is the same as the set of groups that utility is configured
to discover after the call to removeGroups
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveNone
-
Executes the current test by doing the following:
invokes removeGroups, inputting a finite set of groups that
contains none of the groups with which the lookup discovery
utility is currently configured
verifies that the lookup discovery utility is configured to
discover the same set of groups it was initially configured
to discover
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsRemoveSome
-
Executes the current test by doing the following:
re-configures the lookup discovery utility to use group
discovery to discover the lookup services started during construct
starts the multicast discovery process by adding a discovery
listener to the lookup discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the removeGroups method on the lookup discovery utility
to remove the indicated groups
verifies that the lookup discovery utility under test sends the
expected discarded events
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.RemoveGroupsUnsupportedOperation
-
Executes the current test by doing the following:
creates a lookup discovery utility configured to discover
ALL_GROUPS
invokes removeGroups, inputting a non-null, non-empty set of
groups
verifies that an UnsupportedOperationException
occurs
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsNoGroups
-
Executes the current test by doing the following:
configures the lookup discovery utility to discover the
member groups of both the initial lookup services started
during construct, and the addtional lookup services started below
starts the multicast discovery process by adding a discovery
listener to the lookup discovery utility
verifies that group discovery is currently operational by
verifying that the lookup discovery utility under test sends
the expected discovered events, having the expected contents
related to the initial lookups that were started
invokes setGroups with NO_GROUPS to halt discovery processing
starts an additional set of lookups to discover
verifies that group discovery has been halted by verifying that
the lookup discovery utility sends no discovered events
invokes setGroups again, inputting all of the member groups
with which the lookup discovery utility was initially configured
verifies that group discovery has been restarted by verifying
that the lookup discovery utility under test sends the expected
discovered events, having the expected contents related to the
additional lookups that were started
- run() - Method in class org.apache.river.test.spec.lookupdiscovery.SetGroupsReplaceSome
-
Executes the current test by doing the following:
re-configures the lookup discovery utility to use group
discovery to discover the lookup services started during construct
starts the multicast discovery process by adding a discovery
listener to the lookup discovery utility
verifies that the discovery process is working by waiting
for the expected discovery events
invokes the setGroups method on the lookup discovery utility to
re-configure that utility with a new set of groups to discover
verifies that the lookup discovery utility under test sends
the expected discarded events
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.EvntLeaseExpiration
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupByClass
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupByIntfc
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupBySrvcID
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.LookupBySuper
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.MultipleEvntLeaseRenewals
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.MultipleSrvcLeaseRenewals
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrAdd
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrDel
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrMod
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnSrvcLeaseExpiration
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set00.SrvcLeaseExpiration
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.EmptyLookup
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesAttrNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesAttrVals
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesEmpty
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetEntryClassesTypeAttr
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetFieldValuesAttr
-
Performs actions necessary to prepare for execution of the
current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetFieldValuesAttrNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesAttr
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesClass
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.GetServiceTypesEmpty
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.IdempotentNewSrvcReg
-
Executes the current QA test.
1.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.IdempotentOldSrvcReg
-
Executes the current QA test.
1.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNonNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNonNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNonNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcLeaseExp
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcReg
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNonNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNull
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntrySrvcReg
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReRegOldSrvcs
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByAttr
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByType
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set01.ReturnOnLookupByTypeAttr
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredAddAttributes
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredEventLeaseCancel
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredEventLeaseRenew
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredLeaseMapCancel
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredLeaseMapRenew
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredModifyAttributes
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredServiceLeaseCancel
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredServiceLeaseRenew
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ExpiredSetAttributes
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetEntryClassesNoMatch
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetEntryClassesNullTemplate
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesBadField
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesBadIndex
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesNoMatch
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetFieldValuesNullTemplate
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetServiceTypesNoMatch
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.GetServiceTypesNullTemplate
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.LeaseMapCancel
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.LeaseMapRenew
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.LeaseMapRenewNegDuration
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.Lookup2NullTemplate
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.LookupNegMatches
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.LookupNoMatch
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.LookupNullTemplate
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ModifyAttributesBadClass
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.ModifyAttributesBadLength
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyBadTransition
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyNegDuration
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyNoTransition
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyNullListener
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyNullTemplate
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnAttrSet
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnComboAttrSet
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.RegisterInvalidServiceID
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.RegisterNegDuration
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.RegisterNullService
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set02.RegisterNullServiceItem
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupAttributes
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupGroups
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupLocators
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddMemberGroups
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleModifyLookupAttributes
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveLookupGroups
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveLookupLocators
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveMemberGroups
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetLookupGroups
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetLookupLocators
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetMemberGroups
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set03.SimpleUnicastPort
-
Executes the current QA test.
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set04.ModifyAttributesOverlap
-
- run() - Method in class org.apache.river.test.spec.lookupservice.test_set04.ModifyAttributesSwap
-
- run() - Method in class org.apache.river.test.spec.lookupservice.ToStringTest
-
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GetGrantsNoPrincipal
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantNoPrincipalCase01
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantNoPrincipalCase02
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantPrincipal
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.GrantPrincipalSame
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.NullCases
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.PolicyInitializationExceptionTest
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.RefreshNoPrincipal
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.SecurityExceptionConstructor
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTest
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.grantPermission.GrantPermissionTestCase01
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.BasicGrants
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.NullCases
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.NullPolicy
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.PolicyInitializationExceptionTest
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.SecurityExceptionConstructor
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.policyprovider.policyFileProvider.UmbrellaGrants
-
Run the test according Test Description
- run() - Method in class org.apache.river.test.spec.renewalmanager.EventTest
-
- run() - Method in class org.apache.river.test.spec.renewalservice.AddRemoveTest
-
This method asserts that the Add and Remove methods operate
according to specification.
- run() - Method in class org.apache.river.test.spec.renewalservice.AssocExpWarnSetTest
-
Assert that the set returned as the source of the
ExpirationWarningEvent is the set which is about to expire.
- run() - Method in class org.apache.river.test.spec.renewalservice.AssocRenewalFailSetTest
-
Assert that the set returned as the source of the RenewalFailureEvent is
the set on which the renewal attempt failed.
- run() - Method in class org.apache.river.test.spec.renewalservice.ClearEventRegistrationTest
-
Assert if a RemoteListener registered for renewal failure events or
expiration warning events throws an UnknownEventException, this
will only clear the specific event registration, it will not cancel
the lease on the renewal set, or affect any other event
registration on the set.
- run() - Method in class org.apache.river.test.spec.renewalservice.ClearFailureListenerTest
-
Assert that the clearRenewalFailureListener method operates as
expected.
- run() - Method in class org.apache.river.test.spec.renewalservice.ClearWarningListenerTest
-
Assert that the clearExpirationWarningListener method operates as
expected.
- run() - Method in class org.apache.river.test.spec.renewalservice.DurationExpirationTest
-
Assert that of the membership duration of a managed lease is less
than its expiration time then the lease will not be renewed but it
will remain in the set.
- run() - Method in class org.apache.river.test.spec.renewalservice.EqualsTest
-
This method asserts that two proxies for the same LRS service are
equal and two proxies for different LRS services are not.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventIDFailTest
-
Assert that because a given set will only have one expiration
warning event registration at a given time all expiration warning
events will have the same event ID.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventIDWarnTest
-
Assert that because a given set will only have one expiration
warning event registration at a given time all expiration warning
events will have the same event ID.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventLeaseTest
-
Assert the following:
When a RemoteEventListener's notify method is called, the event
contains the expected lease.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventRegistrationTest
-
Assert the following:
An event registration and the set from which it is generated share
the same lease
An event registration ID is unique with respect to all other active
registrations generated by the same LRS.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventSequenceFailTest
-
Assert that the events of the RenewalFailureEvent type sent to a
newly registered listener are in the same sequence as those sent to
the previously registered listener.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventSequenceTest
-
Assert that events arrive in strictly increasing order.
- run() - Method in class org.apache.river.test.spec.renewalservice.EventSequenceWarnTest
-
Assert that events of the WarningExpirationEvent type sent to a
newly registered listener are in the same sequence as those sent to
the previously registered listener.
- run() - Method in class org.apache.river.test.spec.renewalservice.ExpirationListenerTest
-
Asserts the following from the LRS spec.
- run() - Method in class org.apache.river.test.spec.renewalservice.ExpireRemoveTest
-
This method asserts a lease whose membership expiration has
passed is removed from the set and that no further attempts to
renew the lease are made for at least half the lease duration time,
after the lease has expired.
- run() - Method in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
This method asserts that a lease renewal set is nullified when
its lease expires but including that any leases in the set are not
renewed after the set expires.
- run() - Method in class org.apache.river.test.spec.renewalservice.GetLeasesTest
-
Assert that the getLeases method returns all the client leases in
the set at the time of the call as an array of type Lease.
- run() - Method in class org.apache.river.test.spec.renewalservice.GetLeaseTest
-
Assert that the getLease method returns the lease of the set itself.
- run() - Method in class org.apache.river.test.spec.renewalservice.IllegalLeaseTest
-
Assert that attempts to add a non-expired set lease into a set from the
same service throws an IllegalArgumentException.
- run() - Method in class org.apache.river.test.spec.renewalservice.IndefiniteRenewalTest
-
Assert that if the rewnewal service was unable to call renew before the
lease expired, then the Throwable returned in the event object is null.
- run() - Method in class org.apache.river.test.spec.renewalservice.LeaseDurationTest
-
Asserts that for a range of lease duration values given to the
createLeaseRenewalSet method, the LRS will only grant times less
than or equal to the amount requested.
- run() - Method in class org.apache.river.test.spec.renewalservice.LeaseExpirationTest
-
This method asserts that the expiration of a lease actually
results in it being removed from its renewal set and no further
action is taken on the lease for a period up to and including
its expiration time plus one half.
- run() - Method in class org.apache.river.test.spec.renewalservice.LeaseNotInSetTest
-
Assert that the remove method returns null when the lease is
not in the set.
- run() - Method in class org.apache.river.test.spec.renewalservice.LeaseRenewalTest
-
Assert that if the rewnewal service was able to renew the lease
before the event occured the lease's expiration will reflect the
result of the last successful renewal call.
- run() - Method in class org.apache.river.test.spec.renewalservice.LeaseUnmarshalExceptionTest
-
Assert that of one or more of the leases in the array can not be
de-serialized, a LeaseUnmarshalException is thrown and the
getMarshalledLeases, getStillMarshalledLeases, and getExceptions
methods work as advertised.
- run() - Method in class org.apache.river.test.spec.renewalservice.LeaseUnmarshalNoneTest
-
Assert that if none of the leases in the array can be de-serialized
a LeaseUnmarhalException is thrown and getMarshalledLeases method
returns a 0 length array.
- run() - Method in class org.apache.river.test.spec.renewalservice.MaxMembershipTest
-
Assert that if a lease is added to a renewal set with a membership
duration of Long.MAX_VALUE then its membership expiration is
Long.MAX_VALUE.
- run() - Method in class org.apache.river.test.spec.renewalservice.MembershipDurationTest
-
Assert that the membership duration argument to the addLease method
is interpreted correctly.
- run() - Method in class org.apache.river.test.spec.renewalservice.NewListenerEventTest
-
Assert that if an event listener is replaced, and one or more event
delivery attempts on the original listener failed or were
indeterminate, implementations may chose to send some ot all of
these events to the new listener.
- run() - Method in class org.apache.river.test.spec.renewalservice.NormalEventReturnTest
-
Both the getLease and getThrowable methods are declared to throw
IOException and ClassNotFoundException.
- run() - Method in class org.apache.river.test.spec.renewalservice.ReAddLeaseTest
-
Assert that when a lease is added to a set in which it already
resides that the membership duration is updated appropriately.
- run() - Method in class org.apache.river.test.spec.renewalservice.RemovalTest
-
This method asserts that the removal of a lease actually results in
it being removed (according to the remove method) and no further
action is taken on the lease for a period of up to and including
its expiration time plus one half.
- run() - Method in class org.apache.river.test.spec.renewalservice.RemoveCancelTest
-
Assert that removal of a lease from a set will not cancel the lease.
- run() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureEventTest
-
Assert that the RenewalFailureEvent object returns the excepted
lease and the last Throwable from a series of indefinite renewal
failures.
- run() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureIndefiniteTest
-
Asserts that an event get delivered for an indefinite exception
only after the expiration time of the client lease.
- run() - Method in class org.apache.river.test.spec.renewalservice.RenewalFailureListenerTest
-
Asserts the following from the LRS spec.
- run() - Method in class org.apache.river.test.spec.renewalservice.RenewalTimeTest
-
Assert that the expiration time of a returned lease reflects either
the original time or the time set as a result of the last
successful renewal.
- run() - Method in class org.apache.river.test.spec.renewalservice.RenewAtIntervalTest
-
Assert that the renewFor/3 method causes leases to be renewed with
a value that is equal to the lease duration specified in the call
(3rd argument).
- run() - Method in class org.apache.river.test.spec.renewalservice.SetEqualsTest
-
This method asserts that two lease renewal set proxies are equal
only if they are proxies for the same set created by the same
LeaseRenewalService.
- run() - Method in class org.apache.river.test.spec.renewalservice.ValidLeaseDurationTest
-
This method asserts that the Add and Remove methods operate
according to specification.
- run() - Method in class org.apache.river.test.spec.security.accesspermission.ConstructorExceptionsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.accesspermission.EqualsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.accesspermission.ImpliesTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.accesspermission.ReadObjectTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.authenticationpermission.Constructor1ExceptionsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.authenticationpermission.Constructor2ExceptionsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.authenticationpermission.EqualsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.authenticationpermission.ImpliesTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.authenticationpermission.NewPermissionCollectionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.authenticationpermission.ReadObjectTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.Constructor_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.Equals_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.GetMethodConstraints_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.GetPermissions_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.Grant_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.HashCode_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.PrepareProxy_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.SetConstraints_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.ToString_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.basicproxypreparer.Verify_Test
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustexporter.Export_ExportExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustexporter.Export_IllegalArgumentExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustexporter.Export_IllegalStateExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustexporter.ExportTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustexporter.PTE_NullPointerExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustexporter.UnexportTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.CheckTrustEquivalenceTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.EqualsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.GetProxyTrustIteratorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.Invoke_checkTrustEquivalenceTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.Invoke_EqualsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.Invoke_ExceptionsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.Invoke_hashCodeTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.Invoke_setConstraintsTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.Invoke_ThrowableTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.InvokeTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.PTIH_IllegalArgumentExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.PTIH_NullPointerExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.ReadObjectTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustverifier.IsTrustedObject_NullPointerExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustverifier.IsTrustedObject_RemoteExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustverifier.IsTrustedObject_SecurityExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustverifier.IsTrustedObjectMultiIterationTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustverifier.IsTrustedObjectOneIterationNonProxyTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustverifier.IsTrustedObjectOneIterationProxyTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.proxytrust.singletonproxytrustiterator.SingletonProxyTrustIteratorTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.DoPrivilegedExceptionTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.DoPrivilegedTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.GetContextTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.GrantSupportedTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.GrantTest1
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.GrantTest2
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.GrantTest3
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.VerifyCodebaseIntegrityTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.security.VerifyObjectTrustTest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.security.util.PEAThrowingCheckedEx
-
Gets current DomainCombiner and stores it.
- run() - Method in class org.apache.river.test.spec.security.util.PEAThrowingUncheckedEx
-
Gets current DomainCombiner and stores it.
- run() - Method in class org.apache.river.test.spec.security.util.PrivilegedExceptionActionThrowingEx
-
Gets current DomainCombiner and stores it.
- run() - Method in class org.apache.river.test.spec.security.util.TestPrivilegedAction
-
Gets current DomainCombiner and stores it.
- run() - Method in class org.apache.river.test.spec.security.util.TestPrivilegedExceptionAction
-
Gets current DomainCombiner and stores it.
- run() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegisterThread
-
- run() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Executes the current test by doing the following:
1.
- run() - Method in class org.apache.river.test.spec.servicediscovery.discovery.Discovery
-
- run() - Method in class org.apache.river.test.spec.servicediscovery.discovery.Locator
-
- run() - Method in class org.apache.river.test.spec.servicediscovery.discovery.MulticastAnnouncement
-
- run() - Method in class org.apache.river.test.spec.servicediscovery.discovery.MulticastRequest
-
- run() - Method in class org.apache.river.test.spec.servicediscovery.discovery.Permission
-
- run() - Method in class org.apache.river.test.spec.txnmanager.AsynchAbortOnCommitTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.AsynchAbortOnPrepareTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.CommitExpiredTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.CommitTimeoutTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.GetStateTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.JoinIdempotentTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.JoinWhileActiveTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.ManyParticipantsTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.PrepareTimeoutTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.RollBackErrorTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.RollForwardErrorTest
-
- run() - Method in class org.apache.river.test.spec.txnmanager.TwoPhaseTest
-
- run() - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.handler.GetDefaultPort
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.handler.OpenConnection
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.Constructor
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.httpmd.wrongmdexc.WrongMDException
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity
-
This method performs all actions mentioned in class description.
- run() - Method in class org.apache.river.tool.ClassServer
-
Just keep looping, spawning a new thread for each incoming request.
- run(EnvCheck) - Method in interface org.apache.river.tool.envcheck.Plugin
-
Run the test implemented by the plugin.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckActivationSystem.CheckActivationTask
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckActivationSystem
-
Determine whether to perform this check, and perform the
check if appropriate.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckCodebase.GetURLTask
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckCodebase
-
Depending on whether service start checks are configured,
either check the codebase system property or all of the
ServiceDescriptors that are instanceof
NonActivatableServiceDescriptor.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckConfig.ConfigTask
-
Instantiate the configuration using the given args.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckConfig.GetGroupsTask
-
Instantiate the configuration.
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckConfig
-
If configured to perform JSK checks, perform checks for each descriptor.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckJDK1_4.JDK1_4Task
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckJDK1_4
-
Check the validity of the activation group VM (if there is one)
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckJSKPlatform
-
Check the command line vm and the group, if there is one,
for a classpath containing jsk-platform.jar.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckJSKPolicy.JSKPolicyTask
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckJSKPolicy
-
Perform the check both for the current VM, and for the group VM if a
SharedActivationGroupDescriptor is available from the plugin
container.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckJsseProps.CheckLoginConfigInit
-
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckJsseProps.CheckProviderTask
-
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckJsseProps.GetGroupLoginConfigs
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckJsseProps
-
Check the security files for the current VM and for the group
VM if there is a SharedActivationGroupDescriptor.
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckLoggingConfig
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckNoLoopback
-
Get the address of the local host and check for loopback.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckPersistence.CheckDirTask
-
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckPersistence.GetEntriesTask
-
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckPersistence
-
Check the persistence directory for every
SharedActivatableServiceDescriptor in the starter
configuration.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.CheckPolicy.AllPermissionsTask
-
Perform the syntax check and the AllPermission check
- run(EnvCheck) - Method in class org.apache.river.tool.envcheck.plugins.CheckPolicy
-
Perform policy file checks for the current VM and all service
descriptors.
- run(String[]) - Method in class org.apache.river.tool.envcheck.plugins.FileAccessCheckTask
-
Check for the accessibility of a file identified by a
system property.
- run(String[]) - Method in interface org.apache.river.tool.envcheck.SubVMTask
-
Run the subtask.
- runAction(Object[]) - Method in class org.apache.river.test.spec.config.configurationfile.SubclassExceptionTest
-
Implement one test action.
- runAction(Object[]) - Method in class org.apache.river.test.spec.config.configurationfile.Syntax_Test
-
Implement one test action.
- runAfter(List, int) - Method in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks.DangerousTask
-
- runAfter(List, int) - Method in class org.apache.river.test.impl.mahalo.RandomStressTask
-
- runCase(Object) - Method in class org.apache.river.test.spec.config.abstractconfiguration.GetEntry_Test
-
Start test execution for the case.
- runCase(Object[]) - Method in class org.apache.river.test.spec.config.abstractconfiguration.primitive.Methods_Test
-
Start test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.Constructor_Test
-
Start test execution for one test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryInternal_Test
-
Start test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryNames_Test
-
Start test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryType_Test
-
Start test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntry_Test
-
Start test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntryType_Test
-
Start test case.
- runCase(Object) - Method in class org.apache.river.test.spec.config.configurationfile.ToString_Test
-
Start test case execution.
- RunningServiceAdmin - Class in org.apache.river.qa.harness
-
A specialization of AbstractServiceAdmin which obtains a proxy
for a running service rather than starting a service directly.
- RunningServiceAdmin(QAConfig, String, int) - Constructor for class org.apache.river.qa.harness.RunningServiceAdmin
-
Construct a RunningServiceAdmin.
- RUNNINGSTATISTICS - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print stats on every method call
- runSubCase(Object, Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryInternal_Test
-
Start test sub case.
- runSubCase(Object, Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryNames_Test
-
Start test sub case.
- runSubCase(Object, Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetEntryType_Test
-
Start test sub case.
- runSubCase(Object, Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntry_Test
-
Start test sub case.
- runSubCase(Object, Object) - Method in class org.apache.river.test.spec.config.configurationfile.GetSpecialEntryType_Test
-
Start test sub case.
- runTestCase(Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.constraintalternatives.ConstructorsTest
-
Execution of a Test Case.
- runTestCase(Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConstructorsTest
-
Execution of a Test Case.
- runTestCase(Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalConstructorsTest
-
Execution of a Test Case.
- runTestCase(Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalTypeConstructorsTest
-
Execution of a Test Case.
- runTestCase(Object) - Method in class org.apache.river.test.spec.constraint.coreconstraint.util.AbstractConstructorsTest
-
Execution of a Test Case.
- s0_03 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr03
-
- s0_04 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr04
-
- s0_05 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr05
-
- s0_06 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr06
-
- s0_07 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr07
-
- s0_08 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr08
-
- s0_09 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr09
-
- s0_10 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr10
-
- s0_11 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr11
-
- s0_12 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr12
-
- s1_07 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr07
-
- s1_08 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr08
-
- s1_10 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr10
-
- s1_11 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr11
-
- s1_12 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr12
-
- s2_08 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr08
-
- s2_11 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr11
-
- s2_12 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr12
-
- s3_12 - Variable in class org.apache.river.test.spec.lookupservice.attribute.Attr12
-
- SameFile - Class in org.apache.river.test.spec.url.httpmd.handler
-
Purpose:
This test verifies the behavior of Handler.sameFile(URL,URL) method.
- SameFile() - Constructor for class org.apache.river.test.spec.url.httpmd.handler.SameFile
-
- sameFile(URL, URL) - Method in class org.apache.river.test.spec.url.httpmd.util.TestHandler
-
Compares two HTTPMD URLs to see if they refer to the same file.
- sameInterfaces(Object, Object) - Static method in class org.apache.river.test.spec.security.proxytrust.util.ProxyTrustUtil
-
Returns true if the interfaces implemented by obj1's class
are the same (possibly in different order) as obj2's class.
- satisfiesEqualityTest(Object, Object) - Static method in class org.apache.river.test.share.BaseQATest
-
With respect to the given objects, determines whether or not the
following is true: [x.equals(y)] if and only [x == y]
- sc - Variable in class org.apache.river.test.spec.security.util.SCSPolicyProvider
-
SecurityContext which will be returned by getContext() method.
- sc - Variable in class org.apache.river.test.spec.security.util.SCSSecurityManager
-
SecurityContext which will be returned by getContext() method.
- scrub - Variable in class org.apache.river.test.share.TestBase
-
Flag that indicates we should try to scrub the services once we find them
- scrubSpace(JavaSpace) - Method in class org.apache.river.test.share.TestBase
-
- scrubSpaces() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- SCSPolicyProvider - Class in org.apache.river.test.spec.security.util
-
Policy provider implementing SecurityContextSource interface.
- SCSPolicyProvider() - Constructor for class org.apache.river.test.spec.security.util.SCSPolicyProvider
-
- SCSSecurityManager - Class in org.apache.river.test.spec.security.util
-
Security manager implementing SecurityContextSource interface.
- SCSSecurityManager() - Constructor for class org.apache.river.test.spec.security.util.SCSSecurityManager
-
- sdmList - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- sdmListener - Variable in class org.apache.river.test.impl.servicediscovery.event.AddListenerEvent
-
- SDMListener(QAConfig, String, int) - Constructor for class org.apache.river.test.impl.servicediscovery.event.AddListenerEvent.SDMListener
-
- SDMListener(QAConfig, String) - Constructor for class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace.SDMListener
-
- SDMListener(QAConfig, String) - Constructor for class org.apache.river.test.impl.servicediscovery.event.LookupTaskRace.SDMListener
-
- SDMListener(QAConfig, String) - Constructor for class org.apache.river.test.impl.servicediscovery.event.LookupTaskServiceIdMapRace.SDMListener
-
- SDMListener(QAConfig, String) - Constructor for class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace.SDMListener
-
- SE - Static variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
String to format test status string
- secondStageFilter - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- SecureServer - Class in org.apache.river.test.impl.end2end.e2etest
-
A secure RMI server.
- SecureServerPermission - Class in org.apache.river.test.impl.end2end.e2etest
-
A permission used to express the access control policy for the
SecureServer class.
- SecureServerPermission(String) - Constructor for class org.apache.river.test.impl.end2end.e2etest.SecureServerPermission
-
Construct a SecureServerPermission for the given
target name.
- securityContext - Static variable in class org.apache.river.test.impl.start.aggregatepolicyprovider.GetContextTest
-
- securityException - Variable in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks.DangerousRunnable
-
- SecurityExceptionConstructor - Class in org.apache.river.test.spec.policyprovider.dynamicPolicyProvider
-
Purpose
This test verifies that SecurityException is thrown if
DynamicPolicyProvider's constructor does not have permissions to read the
net.jini.security.policy.DynamicPolicyProvider.basePolicyClass
security property or does not have
accessClassInPackage.sun.security.provider RuntimePermission.
- SecurityExceptionConstructor() - Constructor for class org.apache.river.test.spec.policyprovider.dynamicPolicyProvider.SecurityExceptionConstructor
-
- SecurityExceptionConstructor - Class in org.apache.river.test.spec.policyprovider.policyFileProvider
-
Purpose
This test verifies that SecurityException is thrown if
PolicyFileProvider's constructors does not have permissions to read the
net.jini.security.policy.PolicyFileProvider.basePolicyClass
security property or does not have
accessClassInPackage.sun.security.provider RuntimePermission.
- SecurityExceptionConstructor() - Constructor for class org.apache.river.test.spec.policyprovider.policyFileProvider.SecurityExceptionConstructor
-
- SecurityGenerator - Class in org.apache.river.test.impl.end2end.generators
-
- SecurityGenerator() - Constructor for class org.apache.river.test.impl.end2end.generators.SecurityGenerator
-
- SECURITYPOLICY - Static variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
java.security.policy property string
- SecurityTest - Class in org.apache.river.test.impl.start
-
This test ensures that different service instances in the same VM properly
consult their respective security policies and ONLY their security policies.
- SecurityTest() - Constructor for class org.apache.river.test.impl.start.SecurityTest
-
- SecurityTestNonActivatable - Class in org.apache.river.test.impl.start
-
This test ensures that different service instances in the same VM properly
consult their respective security policies and ONLY their security policies.
- SecurityTestNonActivatable() - Constructor for class org.apache.river.test.impl.start.SecurityTestNonActivatable
-
- SELECT_METHOD_RANDOM - Static variable in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Constant indicating random service selection during lookup
- SELECT_METHOD_SAME_ONE - Static variable in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
Constant indicating non-random service selection during lookup
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
- send(OutputStream) - Method in interface org.apache.river.test.spec.jeri.mux.util.Message
-
Send the Jini ERI Multiplexing Protocol message over an output stream.
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
- send(OutputStream) - Method in class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
- sendAbort() - Method in class org.apache.river.test.share.TesterTransaction
-
Send a abort message to the participants.
- sendCommit() - Method in class org.apache.river.test.share.TesterTransaction
-
Send a commit message to the participants.
- sendPrepare() - Method in class org.apache.river.test.share.TesterTransaction
-
Send a prepare message to the participants,
- sendPrepareAndCommit() - Method in class org.apache.river.test.share.TesterTransaction
-
Send a prepareAndCommit message to the participants,
- separator - Static variable in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
current OS's file separator
- serialFormat - Variable in class org.apache.river.test.impl.norm.OurAbstractLease
-
Serialization format for the expiration.
- serialFormat - Variable in class org.apache.river.test.share.OurAbstractLease
-
Serialization format for the expiration.
- SerializationAdvancedTest - Class in org.apache.river.test.spec.constraint.coreconstraint
-
Purpose:
This test verifies that serialization for the following classes:
ClientAuthentication
Confidentiality
Delegation
Integrity
ServerAuthentication
is guaranteed to produce instances that are comparable with ==.
- SerializationAdvancedTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest
-
- SerializationAdvancedTest.TestCase - Class in org.apache.river.test.spec.constraint.coreconstraint
-
An auxiliary class that describes a Test Case.
- SerializationTest - Class in org.apache.river.test.spec.constraint.coreconstraint
-
Purpose:
This test verifies that serialization for the following classes:
ClientAuthentication
Confidentiality
Delegation
Integrity
ServerAuthentication
is guaranteed to produce instances that are comparable with ==.
- SerializationTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.SerializationTest
-
- SerializedServiceDescriptors - Class in org.apache.river.test.impl.start
-
- SerializedServiceDescriptors() - Constructor for class org.apache.river.test.impl.start.SerializedServiceDescriptors
-
- ServerAbortTest - Class in org.apache.river.test.spec.jeri.mux
-
Purpose: This test verifies that a protocol server stops sending data
to a client after the client sends an Abort message.
- ServerAbortTest() - Constructor for class org.apache.river.test.spec.jeri.mux.ServerAbortTest
-
- ServerConnectionHeader - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class to represent a Jini ERI Multiplexing Protocol server header
message.
- ServerConnectionHeader() - Constructor for class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
- ServerConnectionManagerTest - Class in org.apache.river.test.spec.jeri.connection
-
The purpose of this test is to verify the following behavior of
net.jini.jeri.connection.ServerConnectionManager:
1.
- ServerConnectionManagerTest() - Constructor for class org.apache.river.test.spec.jeri.connection.ServerConnectionManagerTest
-
- SERVERCONSTRAINTS - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print the server constraints
- ServerConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.transport.tcp
-
- ServerConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.transport.tcp.ServerConstructorAccessorTest
-
- ServerEndpointTest - Class in org.apache.river.test.spec.jeri.transport
-
- ServerEndpointTest() - Constructor for class org.apache.river.test.spec.jeri.transport.ServerEndpointTest
-
- ServerEndpointWrapper - Class in org.apache.river.test.impl.end2end.jssewrapper
-
A wrapper for the ServerEndpoint object.
- ServerEndpointWrapper(ServerEndpoint) - Constructor for class org.apache.river.test.impl.end2end.jssewrapper.ServerEndpointWrapper
-
Creates a wrapper for a ServerEndpoint.
- ServerEndpointWrapper.ContextWrapper - Class in org.apache.river.test.impl.end2end.jssewrapper
-
- ServerEndpointWrapper.LEWrapper - Class in org.apache.river.test.impl.end2end.jssewrapper
-
- ServerFlowControlTest - Class in org.apache.river.test.spec.jeri.mux
-
Purpose: The purpose of this test is to exercise the Jini ERI
Multiplexing Protocol flow control mechanism.
- ServerFlowControlTest() - Constructor for class org.apache.river.test.spec.jeri.mux.ServerFlowControlTest
-
- serverStub - Variable in class org.apache.river.test.impl.mercury.TestListenerImpl
-
- ServerTransactionEqualityTest - Class in org.apache.river.test.impl.mahalo
-
- ServerTransactionEqualityTest() - Constructor for class org.apache.river.test.impl.mahalo.ServerTransactionEqualityTest
-
- ServerTransactionToStringTest - Class in org.apache.river.test.impl.mahalo
-
- ServerTransactionToStringTest() - Constructor for class org.apache.river.test.impl.mahalo.ServerTransactionToStringTest
-
- service - Variable in class org.apache.river.test.share.LookupTestBase
-
- Service00 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service00(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service00
-
- Service01 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service01(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service01
-
- Service02 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service02(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service02
-
- Service03 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service03(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service03
-
- Service04 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service04(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service04
-
- Service05 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service05(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service05
-
- Service06 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service06(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service06
-
- Service07 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service07(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service07
-
- Service08 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service08(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service08
-
- Service09 - Class in org.apache.river.test.spec.lookupservice.service
-
- Service09(int) - Constructor for class org.apache.river.test.spec.lookupservice.service.Service09
-
- SERVICE_BASE_VALUE - Static variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- SERVICE_BASE_VALUE - Static variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- SERVICE_ID_VARIANT - Static variable in class org.apache.river.test.impl.joinmanager.LeaseRenewDurRFE
-
- SERVICE_ID_VARIANT - Static variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- SERVICE_ID_VERSION - Static variable in class org.apache.river.test.impl.joinmanager.LeaseRenewDurRFE
-
- SERVICE_ID_VERSION - Static variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- SERVICE_NAME - Static variable in class org.apache.river.test.impl.norm.OneExpireOneNotTest
-
the name of service for which these test are written
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.AddListenerEvent.SDMListener
-
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace.SDMListener
-
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupTaskRace.SDMListener
-
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupTaskServiceIdMapRace.SDMListener
-
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace.SDMListener
-
- serviceAdded(ServiceDiscoveryEvent) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- serviceAttrs - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- serviceChanged(ServiceDiscoveryEvent) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- ServiceControlledAttr() - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.ServiceControlledAttr
-
- ServiceControlledAttr(int) - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.ServiceControlledAttr
-
- ServiceDescriptorProxyPreparationTest - Class in org.apache.river.test.impl.start
-
- ServiceDescriptorProxyPreparationTest() - Constructor for class org.apache.river.test.impl.start.ServiceDescriptorProxyPreparationTest
-
- ServiceDescriptorTransformer - Interface in org.apache.river.qa.harness
-
Mutates a ServiceDescriptor.
- ServiceDescriptorUtil - Class in org.apache.river.test.impl.start
-
- ServiceDescriptorUtil() - Constructor for class org.apache.river.test.impl.start.ServiceDescriptorUtil
-
- serviceDestroyed(int) - Method in class org.apache.river.test.share.TestBase
-
Called to tell the class that the specified service has been
destroyed.
- ServiceDiscardCacheTerminate - Class in org.apache.river.test.impl.servicediscovery.event
-
This class verifies that the ServiceDiscoveryManager handles
the "discard problem" in the manner described in the specification.
- ServiceDiscardCacheTerminate() - Constructor for class org.apache.river.test.impl.servicediscovery.event.ServiceDiscardCacheTerminate
-
- ServiceEventListener() - Constructor for class org.apache.river.test.spec.discoveryservice.lease.LeaseExpiration.ServiceEventListener
-
- serviceID - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- serviceIDNotify(ServiceID) - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest.SrvcIDListener
-
- ServiceIDNotify - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- ServiceIDNotify() - Constructor for class org.apache.river.test.spec.joinmanager.ServiceIDNotify
-
- ServiceLauncher - Class in org.apache.river.test.impl.scalability
-
Tests that an Lease Renweal Service properly grants, renews,
cancels, and/or expires leases.
- ServiceLauncher() - Constructor for class org.apache.river.test.impl.scalability.ServiceLauncher
-
- ServiceLeaseOverrideProvider - Class in org.apache.river.test.spec.lookupservice
-
- ServiceLeaseOverrideProvider(QAConfig, long, long) - Constructor for class org.apache.river.test.spec.lookupservice.ServiceLeaseOverrideProvider
-
- ServiceListRequest - Class in org.apache.river.qa.harness
-
The messages which can be sent to a SlaveTest.
- ServiceListRequest() - Constructor for class org.apache.river.qa.harness.ServiceListRequest
-
- serviceName - Variable in class org.apache.river.qa.harness.AbstractServiceAdmin
-
The name of the service controlled by this admin
- serviceName - Variable in class org.apache.river.test.share.TestBase
-
the name of service for which these test are written
- serviceName - Static variable in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- serviceName - Variable in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
the name of service for which these test are written
- serviceName - Variable in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
the name of service for which these test are written
- serviceRemoved(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace.SDMListener
-
- serviceRemoved(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.LookupTaskServiceIdMapRace.SDMListener
-
- serviceRemoved(ServiceDiscoveryEvent) - Method in class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace.SDMListener
-
- serviceRemoved(ServiceDiscoveryEvent) - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- services - Variable in class org.apache.river.test.share.TestBase
-
Set of services to test.
- ServiceStarterCreateActivatableNoConsServiceTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateActivatableNoConsServiceTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateActivatableNoConsServiceTest
-
- ServiceStarterCreateActivatableServiceTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateActivatableServiceTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateActivatableServiceTest
-
- ServiceStarterCreateBadDesc - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateBadDesc() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateBadDesc
-
- ServiceStarterCreateBadDesc.MyBogusServiceDescriptor - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateBadDesc.MyBogusServiceDescriptor2 - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateBadServiceProxyAccessorTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateBadServiceProxyAccessorTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateBadServiceProxyAccessorTest
-
- ServiceStarterCreateBadTransientServiceTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateBadTransientServiceTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateBadTransientServiceTest
-
- ServiceStarterCreateBaseTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateBaseTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateBaseTest
-
- ServiceStarterCreateEmptyTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateEmptyTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateEmptyTest
-
- ServiceStarterCreateSharedBadActServiceTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateSharedBadActServiceTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateSharedBadActServiceTest
-
- ServiceStarterCreateSharedGroupTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateSharedGroupTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateSharedGroupTest
-
- ServiceStarterCreateTransientServiceTest - Class in org.apache.river.test.impl.start
-
- ServiceStarterCreateTransientServiceTest() - Constructor for class org.apache.river.test.impl.start.ServiceStarterCreateTransientServiceTest
-
- ServiceStarterMainEmptyArgs - Class in org.apache.river.test.impl.start
-
- ServiceStarterMainEmptyArgs() - Constructor for class org.apache.river.test.impl.start.ServiceStarterMainEmptyArgs
-
- ServiceStarterMainEmptyConfig - Class in org.apache.river.test.impl.start
-
- ServiceStarterMainEmptyConfig() - Constructor for class org.apache.river.test.impl.start.ServiceStarterMainEmptyConfig
-
- ServiceStarterMainMissingConfig - Class in org.apache.river.test.impl.start
-
- ServiceStarterMainMissingConfig() - Constructor for class org.apache.river.test.impl.start.ServiceStarterMainMissingConfig
-
- SET_GROUPS - Static variable in class org.apache.river.test.impl.lookupdiscovery.AddDiscoveryListenerAfterTerminate
-
- SET_LOCATORS - Static variable in class org.apache.river.test.impl.locatordiscovery.AddDiscoveryListenerAfterTerminate
-
- setAckRequired() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the ackRequired flag on this message.
- setActivationDesc(ActivationID, ActivationDesc) - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- setActivationGroupDesc(ActivationGroupID, ActivationGroupDesc) - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- SetAddAttributesOrder - Class in org.apache.river.test.impl.joinmanager
-
This class verifies that the current implementation of the
JoinManager utility class executes the tasks which perform
attribute replacement and attribute augmentation respectively in the
correct order; resulting in an attribute state that is expected, and
is consistent across all lookup services with which the service is
registered.
- SetAddAttributesOrder() - Constructor for class org.apache.river.test.impl.joinmanager.SetAddAttributesOrder
-
- SetAttributes - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- SetAttributes() - Constructor for class org.apache.river.test.spec.joinmanager.SetAttributes
-
- SetAttributesDup - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- SetAttributesDup() - Constructor for class org.apache.river.test.spec.joinmanager.SetAttributesDup
-
- SetAttributesNullElement - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- SetAttributesNullElement() - Constructor for class org.apache.river.test.spec.joinmanager.SetAttributesNullElement
-
- SetAttributesNullSet - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- SetAttributesNullSet() - Constructor for class org.apache.river.test.spec.joinmanager.SetAttributesNullSet
-
- SetAttributesProp - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- SetAttributesProp() - Constructor for class org.apache.river.test.spec.joinmanager.SetAttributesProp
-
- SetAttributesPropNew - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- SetAttributesPropNew() - Constructor for class org.apache.river.test.spec.joinmanager.SetAttributesPropNew
-
- setAttrObj(Object) - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Sets the reference to the attribute associated with
this tuple equal to the given reference
- setAttrs - Variable in class org.apache.river.test.impl.joinmanager.SetAddAttributesOrder
-
- setAttrs(Entry[][]) - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Sets the reference to the array of attributes associated with
this tuple equal to the given reference
- SetAttrServiceChanged - Class in org.apache.river.test.spec.servicediscovery.event
-
This class verifies that the event mechanism defined by the
LookupCache interface operates as specified with respect
to serviceRemoved events when the set of attributes
associated with a set of registered services is replaced.
- SetAttrServiceChanged() - Constructor for class org.apache.river.test.spec.servicediscovery.event.SetAttrServiceChanged
-
- setBehavior(int) - Method in class org.apache.river.test.impl.mahalo.RandomStressTask
-
- setBehavior(int) - Method in interface org.apache.river.test.share.TestParticipant
-
- setBehavior(int) - Method in class org.apache.river.test.share.TestParticipantImpl
-
- setBulkBehavior(int, TestParticipant[]) - Static method in class org.apache.river.test.share.TxnTestUtils
-
- setCallComplete() - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Tell the user interface that a remote call has completed
- setCallInProgress() - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Tell the user interface that a remote call is in progress
- setCallStatus(String) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the return status of the remote call
- setCheckAccessException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
The following methods configure the exceptions to throw from the
various protected methods.
- setCheckConstraintsException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
- setCheckConstraintsReturn(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.util.FakeInboundRequest
-
- setClassPath(String) - Method in class org.apache.river.tool.ClassDep
-
Set the classpath to use for finding our class definitions.
- setClasspath(String) - Method in class org.apache.river.tool.PreferredListGen
-
Set the classpath of the classes to include in the analysis.
- setClientConstraints(MethodConstraints) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- SetClientConstraintsTest - Class in org.apache.river.test.spec.jeri.basicinvocationhandler
-
Purpose
This test verifies the behavior of the
BasicInvocationHandler.setClientConstraints method.
- SetClientConstraintsTest() - Constructor for class org.apache.river.test.spec.jeri.basicinvocationhandler.SetClientConstraintsTest
-
- setClientContextualConstraints(InvocationConstraints) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the contextual constraints imposed by the client.
- setClientProxyConstraints(InvocationConstraints) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the constraints placed on the proxy by the client.
- setClientSubject(Subject) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the authenticated client subject being used for the remote call
- setClose() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the close flag on this message.
- setColor(String) - Method in class org.apache.river.test.impl.outrigger.javaspace05.A0
-
- setColor(String) - Method in class org.apache.river.test.impl.outrigger.javaspace05.B0
-
- setColor(String) - Method in class org.apache.river.test.impl.outrigger.javaspace05.C0
-
- setColor(String) - Method in interface org.apache.river.test.impl.outrigger.javaspace05.TestEntry
-
- setCombinedConstraints(InvocationConstraints) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the combined constraints actually being used for the Remote call
- setCommonStaticVariable(int) - Method in interface org.apache.river.test.impl.start.TestService
-
Set the value of a static variable
in TestServiceDummyClass0 (a class with a
defining class loader that is common to
all application class loaders).
- setCommonStaticVariable(int) - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- setConfiguration(Configuration) - Static method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
- setConfiguration(Configuration) - Static method in class org.apache.river.test.spec.javaspace.conformance.ParticipantImpl
-
- setConfiguration(Configuration) - Static method in class org.apache.river.test.spec.javaspace.conformance.TestEventListener05
-
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.impl.norm.ConstrainableTestLease
-
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.share.ConstrainableTestLease
-
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.share.ConstrainableUnreadableTestLease
-
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.spec.activation.util.RMCProxy
-
- setConstraints(Object) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Gateway to protected BasicProxyPreparer.setConstraints method
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeRemoteMethodControl
-
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseProxyTrust
-
Save incoming constraints to internal variable.
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCImpl
-
Method from RemoteMethodControl interface.
- setConstraints(MethodConstraints) - Method in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
Method from RemoteMethodControl interface.
- SetConstraints_Test - Class in org.apache.river.test.spec.security.basicproxypreparer
-
Purpose:
This test verifies the behavior of the BasicProxyPreparer class
setConstraints method:
protected Object setConstraints(Object proxy)
Infrastructure:
This test requires the following infrastructure:
1) FakeBasicProxyPreparer - accessor of the tested BasicProxyPreparer
class, that is gateway to protected method access.
- SetConstraints_Test() - Constructor for class org.apache.river.test.spec.security.basicproxypreparer.SetConstraints_Test
-
- SetConstraints_Test.TraceException - Exception in org.apache.river.test.spec.security.basicproxypreparer
-
Unique exception for tracing inner call.
- setConstraintsArg - Variable in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
- setConstraintsNum - Variable in class org.apache.river.test.spec.security.proxytrust.util.RMCTEImpl
-
- setConstraintsReturn - Variable in class org.apache.river.test.spec.security.basicproxypreparer.FakeRemoteMethodControl
-
- SETContext - Class in org.apache.river.test.spec.jeri.transport.util
-
- SETContext() - Constructor for class org.apache.river.test.spec.jeri.transport.util.SETContext
-
- setCookie(short) - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
Sets the cookie that is associated with this message.
- setCookie(short) - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
Sets the cookie that is associated with this message.
- setCoordinator(TestCoordinator) - Method in interface org.apache.river.test.impl.end2end.e2etest.SmartInterface
-
Set the test coordinator in the proxy
- setCreateMarshalInputStreamException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setCreateMarshalInputStreamException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
The following methods configure the exceptions to throw from the
various protected methods.
- setCreateMarshalOutputStreamException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setCreateMarshalOutputStreamException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- setDefault(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the default value to use for the preferred list.
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr03
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr04
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr05
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr06
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr07
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr08
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr09
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr10
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr11
-
- setDefaults() - Method in class org.apache.river.test.spec.lookupservice.attribute.Attr12
-
- setDeliveryStatusReturn(boolean) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
The following methods configure the return values from the
various methods.
- setDiscardEventInfo(List<BaseQATest.LocatorGroupsPair>) - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
Use this method to set the contents of both the discoveredMap
and the expectedDiscardedMap to a specific set of values.
- setDiscoveredMap(List) - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
Use this method to set the contents of the discoveredMap to a
specific set of values.
- setDynamicParameter(String, String) - Method in class org.apache.river.qa.harness.QAConfig
-
Sets a dynamic test parameter.
- setEdges(boolean) - Method in class org.apache.river.tool.ClassDep
-
Determines whether to include package references
that lie outside the declared set of interest.
- setElapsedTime(long) - Method in class org.apache.river.qa.harness.TestResult
-
Sets the time (in milliseconds) that the test took to execute.
- setEndpointCount(int) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the number of endpoints found in a client proxy
- setEof() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the eof flag on this message.
- SetEqualsTest - Class in org.apache.river.test.spec.renewalservice
-
SetEqualsTest asserts that two lease renewal set proxies are equal
only if they are proxies for the same set created by the same
LeaseRenewalService.
- SetEqualsTest() - Constructor for class org.apache.river.test.spec.renewalservice.SetEqualsTest
-
- setEqualTo(QATestUtils.SrvcAttrTuple) - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Sets this tuple equal to the given tuple
- setException(RemoteException) - Method in class org.apache.river.test.impl.norm.ConstrainableTestLease.IteratorImpl
-
- setException(RemoteException) - Method in class org.apache.river.test.share.ConstrainableTestLease.IteratorImpl
-
- setException(RemoteException) - Method in class org.apache.river.test.share.ConstrainableUnreadableTestLease.IteratorImpl
-
- setException(Throwable) - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
stores an exception that should be thrown in next call
of getEntryInternal method
- setException(String) - Method in class org.apache.river.test.spec.jeri.connection.util.TestEndpoint
-
Set a method in which to throw an exception
- setException(RemoteException) - Method in class org.apache.river.test.spec.security.proxytrust.util.TestTrustIterator
-
Provides the iteration with a RemoteException thrown from
a remote call made while attempting to obtain a TrustVerifier from the
object returned by the most recent call to next.
- setExecuteCallException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeObjectEndpoint
-
The following methods configure the return values or exceptions
to throw from the various methods.
- setExecuteCallReturn(RemoteException) - Method in class org.apache.river.test.spec.jeri.util.FakeObjectEndpoint
-
- setExpectedEvents(Object, ServiceItem[], ServiceItem[], Entry[][], int, ServiceTemplate[][], QATestUtils.SrvcAttrTuple[][][], QATestUtils.SrvcAttrTuple[][][], List) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
From the assumption that the addition, modification or deletion
of an attribute of one of the registered service classes will
result in one or more events being generated by the lookup service,
this method "predicts" all of the service/attribute "pairs"
corresponding to the set of events that will be generated from
the "base" pair represented by the input srvcObj/attrObj pair.
- setExpectedEvents(int, ServiceItem[], ServiceItem[], Entry[][], ServiceTemplate[], QATestUtils.SrvcAttrTuple[][][], List) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
From the assumption that an event was registered using a template
containing the class of both the input srvcObj argument and the
attrObj argument, this method "predicts" all of the service/attribute
"pairs" corresponding to the set of events that will be generated
from the "base" pair represented by the input srvcObj/attrObj pair.
- setExplanation(boolean) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Set the explanation generation flag;
- setFailMode(boolean) - Static method in class org.apache.river.test.share.UnreadableTestLease
-
Turn failure mode on (true) or off (false).
- setFailureCount(int) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the number of failures detected for this client
- setFakeMethodException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeRemoteImpl
-
- setFakeMethodReturn(Object) - Method in class org.apache.river.test.spec.jeri.util.FakeRemoteImpl
-
- setFiles(boolean) - Method in class org.apache.river.tool.ClassDep
-
Determines how to print out the fully qualified
class names.
- setFinishTime(long) - Method in class org.apache.river.qa.harness.TestList
-
- setFormatExplanation(boolean) - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Set the flag indicating whether to format the explanation text.
- setGrantSupported(boolean) - Method in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Sets value returned by grantSupported method.
- SetGroupsAfterTerminate - Class in org.apache.river.test.impl.lookupdiscovery
-
With respect to the current implementation of the
LookupDiscovery utility, this class verifies
that if the setGroups method is invoked
after the lookup discovery utility has been terminated, an
IllegalStateException results.
- SetGroupsAfterTerminate() - Constructor for class org.apache.river.test.impl.lookupdiscovery.SetGroupsAfterTerminate
-
- SetGroupsAllGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the setGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- SetGroupsAllGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.SetGroupsAllGroups
-
- setGroupsAllRegs(String[]) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- setGroupsAllRegs(String[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- SetGroupsDups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the setGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- SetGroupsDups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.SetGroupsDups
-
- SetGroupsNoGroups - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the setGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- SetGroupsNoGroups() - Constructor for class org.apache.river.test.spec.lookupdiscovery.SetGroupsNoGroups
-
- SetGroupsNullElement - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the setGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- SetGroupsNullElement() - Constructor for class org.apache.river.test.spec.lookupdiscovery.SetGroupsNullElement
-
- setGroupsOneReg(String[], Map.Entry) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- setGroupsOneReg(String[], Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- SetGroupsReplaceAll - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the setGroups method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- SetGroupsReplaceAll() - Constructor for class org.apache.river.test.spec.discoverymanager.SetGroupsReplaceAll
-
- SetGroupsReplaceAll - Class in org.apache.river.test.spec.discoveryservice.event
-
With respect to the setGroups method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- SetGroupsReplaceAll() - Constructor for class org.apache.river.test.spec.discoveryservice.event.SetGroupsReplaceAll
-
- SetGroupsReplaceAll - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the setGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- SetGroupsReplaceAll() - Constructor for class org.apache.river.test.spec.lookupdiscovery.SetGroupsReplaceAll
-
- SetGroupsReplaceSome - Class in org.apache.river.test.spec.discoverymanager
-
With respect to the setGroups method, this class verifies
that the LookupDiscoveryManager utility operates in a manner
consistent with the specification.
- SetGroupsReplaceSome() - Constructor for class org.apache.river.test.spec.discoverymanager.SetGroupsReplaceSome
-
- SetGroupsReplaceSome - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- SetGroupsReplaceSome() - Constructor for class org.apache.river.test.spec.discoveryservice.event.SetGroupsReplaceSome
-
- SetGroupsReplaceSome - Class in org.apache.river.test.spec.lookupdiscovery
-
With respect to the setGroups method, this class verifies
that the LookupDiscovery utility operates in a manner
consistent with the specification.
- SetGroupsReplaceSome() - Constructor for class org.apache.river.test.spec.lookupdiscovery.SetGroupsReplaceSome
-
- setHasNextReturn(boolean[]) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequestIterator
-
The following methods configure the return values for the
various methods.
- setInactiveObjectReturn(boolean) - Static method in class org.apache.river.test.spec.activation.util.FakeActivationGroup
-
- setIncrement(byte, short) - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
Sets the amount of bytes that the sender is willing to receive.
- setInt(int) - Method in class org.apache.river.test.spec.activation.util.MethodSetProxy
-
Stores int value that will be returned by demand
- setInvokeException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setKeepNonPublicRoots(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the flag controlling whether non-public classes should be retained
in the set of roots used for performing dependency analysis.
- setLeaseDuration(QAConfig, long) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
This method sets values for the maximum duration of all service
and event leases.
- setLeaseDuration(QAConfig, long, long) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
This method sets values for the maximum duration of all service
and event leases.
- SetLeaseDurationBound - Class in org.apache.river.test.impl.fiddler.fiddleradmin
-
This class determines whether or not the lookup discovery service can
successfully change the value of the bound imposed on the lease
durations granted by the service.
- SetLeaseDurationBound() - Constructor for class org.apache.river.test.impl.fiddler.fiddleradmin.SetLeaseDurationBound
-
- setLeaseGrant - Variable in class org.apache.river.test.spec.renewalservice.ExpireSetSleepTest
-
grant for the renewal set lease
- setLevel(int) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Set the reporting level.
- setLocalStaticVariable(int) - Method in interface org.apache.river.test.impl.start.TestService
-
Set the value of a static variable
in the class implementing this interface
Used by: ClasspathTest
- setLocalStaticVariable(int) - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- setLocator(LookupLocator) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- setLocator(LookupLocator) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- setLocator(LookupLocator) - Method in interface org.apache.river.test.services.lookupsimulator.LookupSimulatorProxyInterface
-
- SetLocatorsAfterTerminate - Class in org.apache.river.test.impl.locatordiscovery
-
With respect to the current implementation of the
LookupLocatorDiscovery utility, this class verifies
that if the setLocators method is invoked
after the lookup locator discovery utility has been terminated, an
IllegalStateException results.
- SetLocatorsAfterTerminate() - Constructor for class org.apache.river.test.impl.locatordiscovery.SetLocatorsAfterTerminate
-
- setLocatorsAllRegs(LookupLocator[]) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- setLocatorsAllRegs(LookupLocator[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- SetLocatorsDups - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the setLocators method, this class verifies
that the LookupLocatorDiscovery utility operates in a manner
consistent with the specification.
- SetLocatorsDups() - Constructor for class org.apache.river.test.spec.locatordiscovery.SetLocatorsDups
-
- SetLocatorsEmpty - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the setLocators method, this class verifies
that the LookupLocatorDiscovery utility operates in a manner
consistent with the specification.
- SetLocatorsEmpty() - Constructor for class org.apache.river.test.spec.locatordiscovery.SetLocatorsEmpty
-
- SetLocatorsFullyQualified - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- SetLocatorsFullyQualified() - Constructor for class org.apache.river.test.spec.discoveryservice.event.SetLocatorsFullyQualified
-
- SetLocatorsNull - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery
utility operates in a manner consistent with the specification.
- SetLocatorsNull() - Constructor for class org.apache.river.test.spec.locatordiscovery.SetLocatorsNull
-
- SetLocatorsNullElement - Class in org.apache.river.test.spec.locatordiscovery
-
This class verifies that the LookupLocatorDiscovery
utility operates in a manner consistent with the specification.
- SetLocatorsNullElement() - Constructor for class org.apache.river.test.spec.locatordiscovery.SetLocatorsNullElement
-
- setLocatorsOneReg(LookupLocator[], Map.Entry) - Method in class org.apache.river.test.share.LookupServices
-
Common code, shared by this class and its sub-classes.
- setLocatorsOneReg(LookupLocator[], Map.Entry) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code, shared by this class and its sub-classes.
- SetLocatorsReplaceAll - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- SetLocatorsReplaceAll() - Constructor for class org.apache.river.test.spec.discoveryservice.event.SetLocatorsReplaceAll
-
- SetLocatorsReplaceAll - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the setLocators method, this class verifies
that the LookupLocatorDiscovery utility operates in a manner
consistent with the specification.
- SetLocatorsReplaceAll() - Constructor for class org.apache.river.test.spec.locatordiscovery.SetLocatorsReplaceAll
-
- SetLocatorsReplaceSome - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- SetLocatorsReplaceSome() - Constructor for class org.apache.river.test.spec.discoveryservice.event.SetLocatorsReplaceSome
-
- SetLocatorsReplaceSome - Class in org.apache.river.test.spec.locatordiscovery
-
With respect to the setLocators method, this class verifies
that the LookupLocatorDiscovery utility operates in a manner
consistent with the specification.
- SetLocatorsReplaceSome() - Constructor for class org.apache.river.test.spec.locatordiscovery.SetLocatorsReplaceSome
-
- SetLocatorsToNone - Class in org.apache.river.test.spec.discoveryservice.event
-
This class verifies that the lookup discovery service operates in a manner
consistent with the specification.
- SetLocatorsToNone() - Constructor for class org.apache.river.test.spec.discoveryservice.event.SetLocatorsToNone
-
- setLogFile(File) - Method in class org.apache.river.qa.harness.TestResult
-
Sets the log file containing the test output.
- setLogger(Logger) - Static method in class org.apache.river.test.spec.activation.util.FakeActivationGroup
-
- SetLogToSnapshotThreshold - Class in org.apache.river.test.impl.fiddler.fiddleradmin
-
This class determines whether or not the lookup discovery service can
successfully change the value of the threshold applied in the computation
that compares the current size of the log containing the running record
of the service's persistent state with the potential size of a snapshot
of the current state.
- SetLogToSnapshotThreshold() - Constructor for class org.apache.river.test.impl.fiddler.fiddleradmin.SetLogToSnapshotThreshold
-
- SetLookupGroups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace the set of groups with which it has been configured
to join with a new set of groups.
- SetLookupGroups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroups
-
- SetLookupGroupsAllToFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace the set of groups with which it has been configured
to join with a new set of groups.
- SetLookupGroupsAllToFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroupsAllToFinite
-
- SetLookupGroupsDups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace the set of groups with which it has been configured
to join with a new set of groups.
- SetLookupGroupsDups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroupsDups
-
- SetLookupGroupsFiniteToAll - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace the set of groups with which it has been configured
to join with a new set of groups.
- SetLookupGroupsFiniteToAll() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroupsFiniteToAll
-
- SetLookupGroupsFiniteToNone - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace the set of groups with which it has been configured
to join with a new set of groups.
- SetLookupGroupsFiniteToNone() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroupsFiniteToNone
-
- SetLookupGroupsNoneToFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace the set of groups with which it has been configured
to join with a new set of groups.
- SetLookupGroupsNoneToFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupGroupsNoneToFinite
-
- SetLookupLocators - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace set of locators with which it has been configured
to join with a new set of locators.
- SetLookupLocators() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocators
-
- SetLookupLocatorsDups - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace set of locators with which it has been configured
to join with a new set of locators.
- SetLookupLocatorsDups() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocatorsDups
-
- SetLookupLocatorsEmptyToFinite - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace set of locators with which it has been configured
to join with a new set of locators.
- SetLookupLocatorsEmptyToFinite() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocatorsEmptyToFinite
-
- SetLookupLocatorsFiniteToEmpty - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace set of locators with which it has been configured
to join with a new set of locators.
- SetLookupLocatorsFiniteToEmpty() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocatorsFiniteToEmpty
-
- SetLookupLocatorsFiniteToNull - Class in org.apache.river.test.impl.fiddler.joinadmin
-
This class determines whether or not the lookup discovery service can
successfully replace set of locators with which it has been configured
to join with a new set of locators.
- SetLookupLocatorsFiniteToNull() - Constructor for class org.apache.river.test.impl.fiddler.joinadmin.SetLookupLocatorsFiniteToNull
-
- setLookupMemberGroups(ServiceRegistrar, String[]) - Method in class org.apache.river.test.share.LookupServices
-
Administratively replaces the current set of groups in which the lookup
service (referenced by the proxy parameter) is a member
with a new set of member groups represented by the group names
contained in the groups parameter.
- setLookupMemberGroups(ServiceRegistrar, String[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Administratively replaces the current set of groups in which the lookup
service (referenced by the proxy parameter) is a member
with a new set of member groups represented by the group names
contained in the groups parameter.
- setLookupsToDiscover(List) - Method in class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
This method should be called whenever the lookups this listener
is supposed to discover are changed during a test.
- setLookupsToDiscover(List, String[]) - Method in class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
- setLookupsToDiscover(List, LookupLocator[], String[]) - Method in class org.apache.river.test.share.BaseQATest.GroupChangeListener
-
- setLookupsToDiscover(List<BaseQATest.LocatorGroupsPair>) - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
This method should be called whenever the lookups this listener
is supposed to discover are changed during a test.
- setLookupsToDiscover(List, LookupLocator[]) - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
- setLookupsToDiscover(List, String[]) - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
- setLookupsToDiscover(List, LookupLocator[], String[]) - Method in class org.apache.river.test.share.BaseQATest.LookupListener
-
- setLookupsToDiscover(String[], LookupLocator[]) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest.RegistrationInfo
-
This method should be called whenever the groups and/or locators
this regInfo is supposed to discover are changed during a test.
- setMailboxRegistration(MailboxRegistration) - Method in interface org.apache.river.test.impl.mercury.DisableListener
-
- setMailboxRegistration(MailboxRegistration) - Method in class org.apache.river.test.impl.mercury.DisableListenerImpl
-
- setMailboxRegistration(MailboxRegistration) - Method in class org.apache.river.test.impl.mercury.DisableNSOListenerImpl
-
- setMarshalArgumentsException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- setMarshalMethodException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- setMarshalReturnException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setMarshalThrowException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setMemberGroups(String[]) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- setMemberGroups(String[]) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- setMemberGroups(String[]) - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- setMerge(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Select the behavior for processing non-target JAR files which do not
contain preferred lists.
- setnAddServices(int) - Method in class org.apache.river.test.share.LookupServices
-
- setNewCallReturn(FakeOutboundRequestIterator) - Method in class org.apache.river.test.spec.jeri.util.FakeObjectEndpoint
-
- setNextException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequestIterator
-
- setNextReturn(FakeOutboundRequest[]) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequestIterator
-
- setObject(Object) - Method in class org.apache.river.test.spec.activation.util.MethodSetProxy
-
Stores object that will be returned by demand
- setOpen() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the open flag on this message.
- setOutputStream(PrintWriter) - Static method in class org.apache.river.test.impl.outrigger.matching.RandomEntryFactory
-
Sets the stream for output messages from this class.
- setPayload(Object) - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
Sets the payload for the message.
- setPayload(Object) - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the payload for the message.
- setPolicyFile(String) - Method in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Reset java.security.policy to new policy file.
- setPostCallFreeMemory(long) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the free memory which existed immediately after the remote call
- setPreCallFreeMemory(long) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the free memory which existed immediately before the remote call
- setPrint(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the flag controlling whether a preferred list is to be printed.
- setPrintClassesWithFileSeparator(boolean) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
- setPrintTraces(boolean) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Set the flag controlling printing of stack traces.
- setRation(short) - Method in class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
Sets the number of bytes that the client is willing to accept
from a mux server.
- setRation(short) - Method in class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
Sets the number of bytes that the server is willing to accept
from a mux client.
- setReceived(boolean) - Method in class org.apache.river.test.impl.outrigger.leasing.LeasedSpaceListener
-
- setReplaceJar(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the flag controlling whether a preferred list is to be placed
in the target JAR file.
- SETRequestHandler - Class in org.apache.river.test.spec.jeri.transport.util
-
- SETRequestHandler() - Constructor for class org.apache.river.test.spec.jeri.transport.util.SETRequestHandler
-
- setRequestOutputStream(OutputStream) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
- setResponseInputStream(InputStream) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
- setResponseInputStream(int, Object) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
- setReturn(Object) - Method in class org.apache.river.test.spec.config.abstractconfiguration.FakeAbstractConfiguration
-
returns last getEntryInternal return value
- setRootDirBehavior(boolean) - Method in class org.apache.river.tool.ClassDep
-
Controls whether the behavior for finding class files in the specified
directories, if any, must be based on the old behavior (the default) or
the new behavior that solves some of the problems with the old behavior.
- setRsltIfNeeded(String) - Method in class org.apache.river.test.impl.norm.BaseOwner
-
Set rslt string if it is not already set and set renwals to zero
- setRsltIfNeeded(String) - Method in class org.apache.river.test.share.TrackingOwner
-
Flag an error
- setSerialFormat(int) - Method in class org.apache.river.test.impl.norm.OurAbstractLease
-
Set the serialization format for the expiration.
- setSerialFormat(int) - Method in class org.apache.river.test.share.OurAbstractLease
-
Set the serialization format for the expiration.
- setServerConstraints(InvocationConstraints) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the constraints imposed on the remote call by the server
- setServerSubject(Subject) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the authenticated server subject being used for the remote call
- setSessionID(byte) - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
Sets the session ID for this AcknowledgementMessage.
- setSessionID(byte) - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
Sets the session ID for this CloseMessage.
- setSessionID(byte) - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the session ID for this message.
- setSessionID(byte) - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
Sets the session ID for this message.
- setSessionID(byte) - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
Sets the session ID for this message.
- setSize(short) - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
Sets the size for this message.
- setSize(short) - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
Sets the size for this message.
- setSize(short) - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Sets the size for this message.
- SetSnapshotWeight - Class in org.apache.river.test.impl.fiddler.fiddleradmin
-
This class determines whether or not the lookup discovery service can
successfully change the value of the weight factor applied in the
computation that determines when the service should take a snapshot
of its persistent state.
- SetSnapshotWeight() - Constructor for class org.apache.river.test.impl.fiddler.fiddleradmin.SetSnapshotWeight
-
- setSpace(JavaSpace) - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- setSrvcItems(ServiceItem[]) - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Sets the reference to the array of service items associated with
this tuple equal to the given reference
- setSrvcObj(Object) - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Sets the reference to the service item associated with
this tuple equal to the given reference
- setState(int) - Method in class org.apache.river.test.share.TesterTransaction
-
Set the current state of this transaction.
- SetStorageLocation - Class in org.apache.river.test.impl.fiddler.storageadmin
-
This class determines whether or not the lookup discovery service can
successfully change the location in which the service currently stores
its persistent state.
- SetStorageLocation() - Constructor for class org.apache.river.test.impl.fiddler.storageadmin.SetStorageLocation
-
Constructs an instance of this class.
- setSuspendedState(boolean) - Method in interface org.apache.river.qa.harness.AutotHost
-
- settable - Variable in class org.apache.river.test.spec.security.proxytrust.util.TestTrustIterator
-
True if setException can be called
- setTestCallsEnabled(boolean) - Method in interface org.apache.river.qa.harness.AutotHost
-
- setTestCount(int, int) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set test progress statistics.
- setTestName(String) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the method name of the remote call being tested
- setTestState(String) - Method in interface org.apache.river.qa.harness.AutotHost
-
- setTestStatus(String, boolean) - Method in class org.apache.river.qa.harness.QAConfig
-
- setTestStatus(String) - Method in class org.apache.river.qa.harness.QAConfig
-
- setTestSuite(CipherSuite) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Set the name of the ciphersuite
- setTransition(int) - Method in class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Sets the transition associated with this tuple equal to the
given transition
- setTrustEquivalence(boolean) - Method in class org.apache.river.test.spec.activation.util.FakeActivationID
-
Set emulated trustEquivalence value that could be returned by
checkTrustEquivalence method
- setTxmgr(TransactionManager) - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- setUnfulfilledConstraintsException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
- setUnfulfilledConstraintsReturn(InvocationConstraints) - Method in class org.apache.river.test.spec.jeri.util.FakeOutboundRequest
-
- setUnicastPort(int) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- setUnicastPort(int) - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorProxy
-
- setUnicastPort(int) - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- setUnmarshalArgumentsException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setUnmarshalMethodException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationDispatcher
-
- setUnmarshalReturnException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- setUnmarshalThrowException(Throwable) - Method in class org.apache.river.test.spec.jeri.util.FakeBasicInvocationHandler
-
- setup(Configuration) - Method in interface org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks.TestTaskProducer
-
- setup(Configuration) - Method in class org.apache.river.test.impl.lookupdiscovery.util.TestTaskProducerImpl
-
- setupFailure(String) - Method in class org.apache.river.test.share.TestBase
-
- setupFailure(String, Throwable) - Method in class org.apache.river.test.share.TestBase
-
- setupOptions(String[]) - Method in class org.apache.river.tool.ClassDep
-
Convenience method for initializing an instance with specific
command line arguments.
- setUuid(Uuid) - Method in class org.apache.river.test.impl.outrigger.javaspace05.A0
-
- setUuid(Uuid) - Method in class org.apache.river.test.impl.outrigger.javaspace05.B0
-
- setUuid(Uuid) - Method in class org.apache.river.test.impl.outrigger.javaspace05.C0
-
- setUuid(Uuid) - Method in interface org.apache.river.test.impl.outrigger.javaspace05.TestEntry
-
- SharedActivatableServiceDescriptorTest - Class in org.apache.river.test.impl.start
-
- SharedActivatableServiceDescriptorTest() - Constructor for class org.apache.river.test.impl.start.SharedActivatableServiceDescriptorTest
-
- SharedActivatableServiceDescriptorTest2 - Class in org.apache.river.test.impl.start
-
- SharedActivatableServiceDescriptorTest2() - Constructor for class org.apache.river.test.impl.start.SharedActivatableServiceDescriptorTest2
-
- SharedActivatableServiceDescriptorTest3 - Class in org.apache.river.test.impl.start
-
- SharedActivatableServiceDescriptorTest3() - Constructor for class org.apache.river.test.impl.start.SharedActivatableServiceDescriptorTest3
-
- SharedActivationGroupDescriptorTest - Class in org.apache.river.test.impl.start
-
- SharedActivationGroupDescriptorTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationGroupDescriptorTest
-
- SharedActivationGroupDescriptorTest2 - Class in org.apache.river.test.impl.start
-
- SharedActivationGroupDescriptorTest2() - Constructor for class org.apache.river.test.impl.start.SharedActivationGroupDescriptorTest2
-
- SharedActivationPolicyPermissionActionsTest - Class in org.apache.river.test.impl.start
-
Verifies that that a SharedActivationPolicyPermission
returns null for its action set.
- SharedActivationPolicyPermissionActionsTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationPolicyPermissionActionsTest
-
- SharedActivationPolicyPermissionCollectionTest - Class in org.apache.river.test.impl.start
-
Verifies that a collection of SharedActivationPolicyPermission
objects must all imply any given permission.
- SharedActivationPolicyPermissionCollectionTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationPolicyPermissionCollectionTest
-
- SharedActivationPolicyPermissionEqualsTest - Class in org.apache.river.test.impl.start
-
Tests various permutations of in/valid inputs to
SharedActivationPolicyPermission.equals()
- SharedActivationPolicyPermissionEqualsTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationPolicyPermissionEqualsTest
-
- SharedActivationPolicyPermissionHTTPEqualsTest - Class in org.apache.river.test.impl.start
-
Tests various permutations of in/valid URL-based inputs to
SharedActivationPolicyPermission.equals()
- SharedActivationPolicyPermissionHTTPEqualsTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationPolicyPermissionHTTPEqualsTest
-
- SharedActivationPolicyPermissionHTTPImpliesTest - Class in org.apache.river.test.impl.start
-
- SharedActivationPolicyPermissionHTTPImpliesTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationPolicyPermissionHTTPImpliesTest
-
- SharedActivationPolicyPermissionImpliesTest - Class in org.apache.river.test.impl.start
-
Tests various permutations of in/valid inputs to
SharedActivationPolicyPermission.implies()
- SharedActivationPolicyPermissionImpliesTest() - Constructor for class org.apache.river.test.impl.start.SharedActivationPolicyPermissionImpliesTest
-
- SharedGroupAdmin - Class in org.apache.river.qa.harness
-
An admin for a shared activation group.
- SharedGroupAdmin(QAConfig, String, int, AdminManager) - Constructor for class org.apache.river.qa.harness.SharedGroupAdmin
-
Construct an SharedGroupAdmin.
- SharedGroupAdmin(QAConfig, String, int, String[], String[], AdminManager) - Constructor for class org.apache.river.qa.harness.SharedGroupAdmin
-
Construct an SharedGroupAdmin.
- SharedGroupNullConfigEntries - Class in org.apache.river.test.impl.start
-
Verifies that proxies for the same shared group service
are equal and that proxies for different shared groups
are not equal
- SharedGroupNullConfigEntries() - Constructor for class org.apache.river.test.impl.start.SharedGroupNullConfigEntries
-
- SharedGroupProxyEqualityTest - Class in org.apache.river.test.impl.start
-
Verifies that proxies for the same shared group service
are equal and that proxies for different shared groups
are not equal
- SharedGroupProxyEqualityTest() - Constructor for class org.apache.river.test.impl.start.SharedGroupProxyEqualityTest
-
- SharedVMVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should only be run
when the harness is configured for shared VM execution.
- SharedVMVerifier() - Constructor for class org.apache.river.qa.harness.SharedVMVerifier
-
- shortenLeases(long) - Method in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- shortReturn(short) - Method in class org.apache.river.test.spec.activation.util.MethodSetProxy
-
Returns passed s
- shortReturn(short) - Method in interface org.apache.river.test.spec.activation.util.RemoteMethodSetInterface
-
- shortReturn(short) - Method in interface org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest.FakeRemoteInterface
-
- showFailure(String) - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Display a failure indication to the user.
- showPackages() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
-
- shutdown() - Method in class org.apache.river.test.share.LookupTestBase
-
Attempt to shut down service
- shutdown(int) - Method in class org.apache.river.test.share.TestBase
-
Attempts to shutdown the designated service.
- shutdown(int, long) - Method in class org.apache.river.test.share.TestBase
-
Attempts to shutdown the designated service.
- shutdown() - Method in class org.apache.river.test.spec.activation.util.FakeActivationSystem
-
- SHUTDOWN_DELAY - Variable in class org.apache.river.test.spec.eventmailbox.StressTest
-
- shutdownTime - Variable in class org.apache.river.test.share.LeaseUsesTestBase
-
- shutdownTxnMgr() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- SimpleAddLookupAttributes - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the JoinAdmin interface: getLookupAttributes() and
addLookupAttributes().
- SimpleAddLookupAttributes() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupAttributes
-
- SimpleAddLookupGroups - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the Joindmin interface: getLookupGroups() and
addLookupGroups().
- SimpleAddLookupGroups() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupGroups
-
- SimpleAddLookupLocators - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the JoinAdmin interface: getLookupLocators() and
addLookupLocators().
- SimpleAddLookupLocators() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddLookupLocators
-
- SimpleAddMemberGroups - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the DiscoveryAdmin interface: getMemberGroups() and
addMemberGroups().
- SimpleAddMemberGroups() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleAddMemberGroups
-
- SimpleAdminTest - Class in org.apache.river.test.impl.outrigger.admin
-
Simple test that pings the JavaSpace admin interfaces.
- SimpleAdminTest() - Constructor for class org.apache.river.test.impl.outrigger.admin.SimpleAdminTest
-
- SimpleEntry - Class in org.apache.river.test.impl.outrigger.transaction
-
Simple entry class.
- SimpleEntry() - Constructor for class org.apache.river.test.impl.outrigger.transaction.SimpleEntry
-
Default constructor.
- SimpleEntry(String, int, int) - Constructor for class org.apache.river.test.impl.outrigger.transaction.SimpleEntry
-
- SimpleEntry - Class in org.apache.river.test.spec.javaspace.conformance
-
Simple implementation of Entry interface.
- SimpleEntry() - Constructor for class org.apache.river.test.spec.javaspace.conformance.SimpleEntry
-
Default constructor.
- SimpleEntry(String, int) - Constructor for class org.apache.river.test.spec.javaspace.conformance.SimpleEntry
-
Creates a new SimpleEntry with the given name and id,
specified as int.
- SimpleEntry(String, Integer) - Constructor for class org.apache.river.test.spec.javaspace.conformance.SimpleEntry
-
Creates a new SimpleEntry with the given name and id,
specified as Integer.
- SimpleEntry(SimpleEntry) - Constructor for class org.apache.river.test.spec.javaspace.conformance.SimpleEntry
-
Creates a SimpleEntry from another one.
- SimpleEventListener - Class in org.apache.river.test.impl.outrigger.transaction
-
Simple event listener class.
- SimpleEventListener(Configuration) - Constructor for class org.apache.river.test.impl.outrigger.transaction.SimpleEventListener
-
- SimpleModifyLookupAttributes - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the JoinAdmin interface: getLookupAttributes(),
addLookupAttributes() and modifyLookupAttributes().
- SimpleModifyLookupAttributes() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleModifyLookupAttributes
-
- SimpleRemoveLookupGroups - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the Joindmin interface: getLookupGroups(), addLookupGroups()
and removeLookupGroups().
- SimpleRemoveLookupGroups() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveLookupGroups
-
- SimpleRemoveLookupLocators - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the JoinAdmin interface: getLookupLocators(),
addLookupLocators() and removeLookupLocators().
- SimpleRemoveLookupLocators() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveLookupLocators
-
- SimpleRemoveMemberGroups - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the DiscoveryAdmin interface: getMemberGroups() and
addMemberGroups() and removeMemberGroups().
- SimpleRemoveMemberGroups() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleRemoveMemberGroups
-
- SimpleSetLookupGroups - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the Joindmin interface: getLookupGroups() and
and setLookupGroups().
- SimpleSetLookupGroups() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetLookupGroups
-
- SimpleSetLookupLocators - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the JoinAdmin interface: getLookupLocators(),
addLookupLocators() and setLookupLocators().
- SimpleSetLookupLocators() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetLookupLocators
-
- SimpleSetMemberGroups - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the DiscoveryAdmin interface: getMemberGroups() and
setMemberGroups().
- SimpleSetMemberGroups() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleSetMemberGroups
-
- simpleSetup() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- SimpleTransactionTest - Class in org.apache.river.test.impl.outrigger.transaction
-
SimpleTransactionTest tests basic transactional features.
- SimpleTransactionTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.SimpleTransactionTest
-
- SimpleTransactionTest2 - Class in org.apache.river.test.impl.outrigger.transaction
-
SimpleTransactionTest2 tests basic transactional features.
- SimpleTransactionTest2() - Constructor for class org.apache.river.test.impl.outrigger.transaction.SimpleTransactionTest2
-
- SimpleUnicastPort - Class in org.apache.river.test.spec.lookupservice.test_set03
-
This class is used to perform a simple verification of the following
methods from the DiscoveryAdmin interface: getUnicastPort() and
setUnicastPort().
- SimpleUnicastPort() - Constructor for class org.apache.river.test.spec.lookupservice.test_set03.SimpleUnicastPort
-
- simulateDownService - Variable in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- SingletonMatchTestBase - Class in org.apache.river.test.impl.outrigger.matching
-
Base class for matching tests that write only one entry.
- SingletonMatchTestBase() - Constructor for class org.apache.river.test.impl.outrigger.matching.SingletonMatchTestBase
-
- SingletonProxyTrustIteratorTest - Class in org.apache.river.test.spec.security.proxytrust.singletonproxytrustiterator
-
Purpose
This test verifies the following:
SingletonProxyTrustIterator represents an implementation of
ProxyTrustIterator interface with the only one element of the iteration.
- SingletonProxyTrustIteratorTest() - Constructor for class org.apache.river.test.spec.security.proxytrust.singletonproxytrustiterator.SingletonProxyTrustIteratorTest
-
- size() - Method in class org.apache.river.test.share.OurAbstractLeaseMap
-
- SKIP - Static variable in interface org.apache.river.qa.harness.Test
-
Failure type indicating that the test should not be run.
- SkipConfigTestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
in a given configuration.
- SkipConfigTestVerifier() - Constructor for class org.apache.river.qa.harness.SkipConfigTestVerifier
-
- SkipDistributedVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
in distributed mode.
- SkipDistributedVerifier() - Constructor for class org.apache.river.qa.harness.SkipDistributedVerifier
-
- SkipLinuxTestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
on a Linux operating system.
- SkipLinuxTestVerifier() - Constructor for class org.apache.river.qa.harness.SkipLinuxTestVerifier
-
- SkipMacTestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
on a Mac operating system.
- SkipMacTestVerifier() - Constructor for class org.apache.river.qa.harness.SkipMacTestVerifier
-
- SkipNonSunJDKTestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
on a non Sun JDK.
- SkipNonSunJDKTestVerifier() - Constructor for class org.apache.river.qa.harness.SkipNonSunJDKTestVerifier
-
- SkipPostJDK14TestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
on a JDK after JDK 1.4.*.
- SkipPostJDK14TestVerifier() - Constructor for class org.apache.river.qa.harness.SkipPostJDK14TestVerifier
-
- SkipSolarisHttpTestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run
on a Solaris operating system in the http test configuration.
- SkipSolarisHttpTestVerifier() - Constructor for class org.apache.river.qa.harness.SkipSolarisHttpTestVerifier
-
- SkipTestVerifier - Class in org.apache.river.qa.harness
-
A configuration verifier used by tests which should not be run.
- SkipTestVerifier() - Constructor for class org.apache.river.qa.harness.SkipTestVerifier
-
- skipVerify() - Method in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
Exception e will be thrown in next call of verify
- SlaveRequest - Interface in org.apache.river.qa.harness
-
The messages which can be sent to a SlaveTest.
- SlaveTest - Class in org.apache.river.qa.harness
-
The slave side of a distributed test.
- SlaveTest() - Constructor for class org.apache.river.qa.harness.SlaveTest
-
- sleep(long) - Method in class org.apache.river.test.share.LookupTestBase
-
sleep for dur milliseconds ignoring all
InterruptedExceptions
- sleepAndTell(long, String) - Method in class org.apache.river.test.spec.renewalservice.LeaseRenewalServiceTestUtil
-
Sleep for the specified duration and print out a reason for the call
to sleep.
- slop - Variable in class org.apache.river.test.impl.norm.BaseOwner
-
Max acceptable varaion from desiredExpiration for a renewal request
- slop - Variable in class org.apache.river.test.impl.outrigger.leasing.LeaseGrantTestBase
-
- slop - Variable in class org.apache.river.test.share.LeaseGrantTestBase
-
- slop - Variable in class org.apache.river.test.share.TrackingOwner
-
Max acceptable variation from desiredExpiration for a renewal request
- slowAttr - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest.SlowTestServiceIntAttr
-
- SlowAttrField() - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.SlowAttrField
-
- SlowTestServiceIntAttr() - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.SlowTestServiceIntAttr
-
- SlowTestServiceIntAttr(int) - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.SlowTestServiceIntAttr
-
- SmartInterface - Interface in org.apache.river.test.impl.end2end.e2etest
-
The interface implemented by the smart proxy.
- snapshot(Entry) - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Wrapper around JavaSpace.snapshot().
- SnapshotExpirationNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotExpirationNotifyTest asserts, that the request specified by a
successful notify is as persistent as the entries of the space.
- SnapshotExpirationNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotExpirationNotifyTest
-
- SnapshotExpirationTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotExpirationTest asserts, that when the lease expires,
the entry is removed from the space.
- SnapshotExpirationTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotExpirationTest
-
- SnapshotLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotLeaseTest asserts, that each write invocation returns a Lease object
that is lease milliseconds long.
- SnapshotLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotLeaseTest
-
- SnapshotModifyEntryTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotModifyEntryTest asserts, that:
1) Modifications to the original entry will not affect the snapshot.
2) You can snapshot a null template.
- SnapshotModifyEntryTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotModifyEntryTest
-
- SnapshotMultipleTakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotMultipleTakeIfExistsNO_WAITTest asserts that for takeIfExists
with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotMultipleTakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeIfExistsNO_WAITTest
-
- SnapshotMultipleTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotMultipleTakeIfExistsTest asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotMultipleTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeIfExistsTest
-
- SnapshotMultipleTakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotMultipleTakeNO_WAITTest asserts that for take with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotMultipleTakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeNO_WAITTest
-
- SnapshotMultipleTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotMultipleTakeTest asserts that for take with timeouts
other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotMultipleTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotMultipleTakeTest
-
- SnapshotNotifyCounter - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
This auxilary class listens for notify events and counts them.
- SnapshotNotifyCounter() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyCounter
-
Constructor with no arguments, set template to null, and lease time to 0.
- SnapshotNotifyCounter(Entry, long, JavaSpace) - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyCounter
-
Constructor to init fields of the class and register class itself.
- SnapshotNotifyLeaseANYTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotNotifyLeaseANYTest asserts, that for notify with
Lease.ANY lease time:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- SnapshotNotifyLeaseANYTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyLeaseANYTest
-
- SnapshotNotifyLeaseFOREVERTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotNotifyLeaseFOREVERTest asserts, that for notify with
Lease.FOREVER lease time:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- SnapshotNotifyLeaseFOREVERTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyLeaseFOREVERTest
-
- SnapshotNotifyNegativeLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotNotifyNegativeLeaseTest asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative.
- SnapshotNotifyNegativeLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyNegativeLeaseTest
-
- SnapshotNotifyNonNullTxnParamTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotNotifyNonNullTxnParamTest asserts, that if the transaction
parameter is not null, the listener will be notified of matching entries
written under that transaction in addition to the notifications it would
receive under a null transaction.
- SnapshotNotifyNonNullTxnParamTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyNonNullTxnParamTest
-
- SnapshotNotifyNullTxnParamTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotNotifyNullTxnParamTest asserts, that:
1) If the transaction parameter is null, the listener will be notified when
matching entries are written either under a null transaction or when
a transaction commits.
2) When a transaction commits, any entries that were written under the
transaction (and not taken) will cause appropriate notifications for
registrations that were made under a null transaction.
- SnapshotNotifyNullTxnParamTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyNullTxnParamTest
-
- SnapshotNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotNotifyTest asserts, that for notify with finite lease times:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- SnapshotNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyTest
-
- SnapshotReadIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotReadIfExistsNO_WAITTest asserts that for readIfExists with NO_WAIT
timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotReadIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadIfExistsNO_WAITTest
-
- SnapshotReadIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotReadIfExistsTest asserts that for readIfExists with timeouts
other then NO_WAIT:
1) If a match is found by readIfExists, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- SnapshotReadIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadIfExistsTest
-
- SnapshotReadNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotReadNO_WAITTest asserts that for read with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotReadNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadNO_WAITTest
-
- SnapshotReadTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotReadTest asserts that for read with timeouts other then NO_WAIT:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadTest
-
- SnapshotReadTestBase - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
Abstract Test Base tests read/readIfExists methods for snapshots.
- SnapshotReadTestBase() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadTestBase
-
- SnapshotTakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTakeIfExistsNO_WAITTest asserts that for takeIfExists with NO_WAIT
timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeIfExistsNO_WAITTest
-
- SnapshotTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTakeIfExistsTest asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeIfExistsTest
-
- SnapshotTakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTakeNO_WAITTest asserts that for take with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeNO_WAITTest
-
- SnapshotTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTakeTest asserts that for take with timeouts other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeTest
-
- SnapshotTakeTestBase - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
Abstract Test Base tests take/takeIfExists methods for snapshots.
- SnapshotTakeTestBase() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeTestBase
-
- SnapshotTransactionAbortWriteTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionAbortWriteTest asserts that entries written under a
transaction that aborts are discarded.
- SnapshotTransactionAbortWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionAbortWriteTest
-
- SnapshotTransactionCommitTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionCommitTakeIfExistsTest asserts that a takeIfExists is
considered to be successful only if all enclosing transactions commit
successfully.
- SnapshotTransactionCommitTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionCommitTakeIfExistsTest
-
- SnapshotTransactionCommitTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionCommitTakeTest asserts that a take is considered
to be successful only if all enclosing transactions commit successfully.
- SnapshotTransactionCommitTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionCommitTakeTest
-
- SnapshotTransactionCommitWriteTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionCommitWriteTest asserts that an entry that is written
under the non null transaction is not visible outside its transaction until
the transaction successfully commits.
- SnapshotTransactionCommitWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionCommitWriteTest
-
- SnapshotTransactionExpirationTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionExpirationTest asserts, that when the lease expires,
the entry is removed from the space within the transaction.
- SnapshotTransactionExpirationTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionExpirationTest
-
- SnapshotTransactionLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionLeaseTest asserts, that each write invocation within
the non null transaction returns a Lease object that is lease
milliseconds long.
- SnapshotTransactionLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionLeaseTest
-
- SnapshotTransactionMultipleTakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionMultipleTakeIfExistsNO_WAITTest asserts that for
takeIfExists with NO_WAIT timeout within the non null transaction:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTransactionMultipleTakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeIfExistsNO_WAITTest
-
- SnapshotTransactionMultipleTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionMultipleTakeIfExistsTest asserts that for takeIfExists
with timeouts other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTransactionMultipleTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeIfExistsTest
-
- SnapshotTransactionMultipleTakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionMultipleTakeNO_WAITTest asserts that for take with NO_WAIT
timeout within the non null transaction:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTransactionMultipleTakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeNO_WAITTest
-
- SnapshotTransactionMultipleTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionMultipleTakeTest asserts that for take with timeouts
other then NO_WAIT within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTransactionMultipleTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionMultipleTakeTest
-
- SnapshotTransactionNotifyLeaseANYTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionNotifyLeaseANYTest asserts, that for notify with
Lease.ANY lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- SnapshotTransactionNotifyLeaseANYTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyLeaseANYTest
-
- SnapshotTransactionNotifyLeaseFOREVERTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionNotifyLeaseFOREVERTest asserts, that for notify with
Lease.FOREVER lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- SnapshotTransactionNotifyLeaseFOREVERTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyLeaseFOREVERTest
-
- SnapshotTransactionNotifyNegativeLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionNotifyNegativeLeaseTest asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative within the non null transaction.
- SnapshotTransactionNotifyNegativeLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyNegativeLeaseTest
-
- SnapshotTransactionNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionNotifyTest asserts, that for notify with finite lease
times within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- SnapshotTransactionNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionNotifyTest
-
- SnapshotTransactionReadIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadIfExistsNO_WAITTest asserts that for readIfExists
within the non null transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTransactionReadIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsNO_WAITTest
-
- SnapshotTransactionReadIfExistsTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadIfExistsTakeTest asserts that when read by
readIfExists method, an entry may be read in any other transaction to
which the entry is visible, but cannot be taken in another transaction.
- SnapshotTransactionReadIfExistsTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsTakeTest
-
- SnapshotTransactionReadIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadIfExistsTest asserts that for readIfExists with
timeouts other then NO_WAIT within the non null transaction:
1) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- SnapshotTransactionReadIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsTest
-
- SnapshotTransactionReadIfExistsWaitTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadIfExistsWaitTest asserts, that for readIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- SnapshotTransactionReadIfExistsWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadIfExistsWaitTest
-
- SnapshotTransactionReadNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadNO_WAITTest asserts that for read within the non null
transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTransactionReadNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadNO_WAITTest
-
- SnapshotTransactionReadTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadTakeTest asserts that when read, an entry may be read
in any other transaction to which the entry is visible, but cannot be taken
in another transaction.
- SnapshotTransactionReadTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadTakeTest
-
- SnapshotTransactionReadTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadTest asserts that for read with timeouts other then
NO_WAIT within the non null transaction:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTransactionReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadTest
-
- SnapshotTransactionReadTestBase - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
- SnapshotTransactionReadTestBase() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadTestBase
-
- SnapshotTransactionReadWaitTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionReadWaitTest asserts that a read request will wait
until a matching entry is found or until transactions settle,
whichever is longer, up to the timeout period.
- SnapshotTransactionReadWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionReadWaitTest
-
- SnapshotTransactionTakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeIfExistsNO_WAITTest asserts that for takeIfExists
within the non null transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTransactionTakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsNO_WAITTest
-
- SnapshotTransactionTakeIfExistsReadTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeIfExistsReadTest asserts that when taken by
takeIfExists method, an entry may not be read or taken by any other
transaction.
- SnapshotTransactionTakeIfExistsReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsReadTest
-
- SnapshotTransactionTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeIfExistsTest asserts that for takeIfExists
with timeouts other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTransactionTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsTest
-
- SnapshotTransactionTakeIfExistsWaitTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeIfExistsWaitTest asserts, that for TakeIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- SnapshotTransactionTakeIfExistsWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeIfExistsWaitTest
-
- SnapshotTransactionTakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeNO_WAITTest asserts that for take within the non null
transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- SnapshotTransactionTakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeNO_WAITTest
-
- SnapshotTransactionTakeReadTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeReadTest asserts that when taken,
an entry may not be read or taken by any other transaction.
- SnapshotTransactionTakeReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeReadTest
-
- SnapshotTransactionTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeTest asserts that for take with timeouts
other then NO_WAIT within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- SnapshotTransactionTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeTest
-
- SnapshotTransactionTakeTestBase - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
- SnapshotTransactionTakeTestBase() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeTestBase
-
- SnapshotTransactionTakeWaitTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionTakeWaitTest asserts that a take request will wait
until a matching entry is found or until transactions settle,
whichever is longer, up to the timeout period.
- SnapshotTransactionTakeWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionTakeWaitTest
-
- SnapshotTransactionWriteLeaseANYTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteLeaseANYTest asserts that write with
Lease.ANY value for lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- SnapshotTransactionWriteLeaseANYTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteLeaseANYTest
-
- SnapshotTransactionWriteLeaseFOREVERTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteLeaseFOREVERTest asserts that write with
Lease.FOREVER lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- SnapshotTransactionWriteLeaseFOREVERTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteLeaseFOREVERTest
-
- SnapshotTransactionWriteNegativeLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteNegativeLeaseTest asserts, that we will get an
IllegalArgumentException if the lease time requested is negative
and is not equal to Lease.ANY within the non null transaction.
- SnapshotTransactionWriteNegativeLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteNegativeLeaseTest
-
- SnapshotTransactionWriteTakeIfExistsNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteTakeIfExistsNotifyTest asserts, that if an entry
is written under a transaction and then taken by takeIfExists method under
that same transaction before the transaction is committed, listeners
registered under a null transaction will not be notified of that entry.
- SnapshotTransactionWriteTakeIfExistsNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeIfExistsNotifyTest
-
- SnapshotTransactionWriteTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteTakeIfExistsTest asserts that if the entry is
written and after that is taken by takeIfExists method within the non null
transaction, the entry will never be visible outside the transaction and
will not be added to the space when the transaction commits.
- SnapshotTransactionWriteTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeIfExistsTest
-
- SnapshotTransactionWriteTakeNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteTakeNotifyTest asserts, that if an entry is written
under a transaction and then taken under that same transaction before the
transaction is committed, listeners registered under a null transaction
will not be notified of that entry.
- SnapshotTransactionWriteTakeNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeNotifyTest
-
- SnapshotTransactionWriteTakeTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteTakeTest asserts that if the entry is written
and after that is taken within the non null transaction, the entry will
never be visible outside the transaction and will not be added to the
space when the transaction commits.
- SnapshotTransactionWriteTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTakeTest
-
- SnapshotTransactionWriteTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotTransactionWriteTest asserts that write with positive finite lease
times within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- SnapshotTransactionWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTransactionWriteTest
-
- SnapshotWriteLeaseANYTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotWriteLeaseANYTest asserts that write with Lease.ANY
value for lease time without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- SnapshotWriteLeaseANYTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteLeaseANYTest
-
- SnapshotWriteLeaseFOREVERTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotWriteLeaseFOREVERTest asserts that write with
Lease.FOREVER lease time without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- SnapshotWriteLeaseFOREVERTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteLeaseFOREVERTest
-
- SnapshotWriteNegativeLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotWriteNegativeLeaseTest asserts, that we will get an
IllegalArgumentException if the lease time requested is negative
and is not equal to Lease.ANY.
- SnapshotWriteNegativeLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteNegativeLeaseTest
-
- SnapshotWriteTest - Class in org.apache.river.test.spec.javaspace.conformance.snapshot
-
SnapshotWriteTest asserts that write with positive finite lease times
without transactions:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- SnapshotWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotWriteTest
-
- SNULL - Static variable in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
String to format test status string
- SOCKS_FACTORY - Static variable in class org.apache.river.test.spec.jrmp.util.AbstractTestBase
-
Constant for JrmpExporter(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
constructor type
- someBrokenConf - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
Some broken configuration.
- something - Static variable in class org.apache.river.test.spec.jeri.connection.util.TestServiceImpl
-
- something - Static variable in class org.apache.river.test.spec.jeri.mux.util.TestServiceImpl
-
- someValidConf - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
Some valid configuration.
- someValidConf - Variable in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Some valid configuration.
- sourceHashCode() - Method in class org.apache.river.test.impl.outrigger.matching.Template
-
Returns a hash code based on the values of the soruce entries
match field's
- space - Variable in class org.apache.river.test.impl.outrigger.matching.MatchTestCore
-
The space under test
- space - Variable in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTest
-
Space under test
- space - Variable in class org.apache.river.test.impl.outrigger.transaction.ReadReadTakeTest
-
Space under test
- space - Variable in class org.apache.river.test.impl.outrigger.transaction.ReadTakeAbortTest
-
Space under test
- space - Variable in class org.apache.river.test.impl.outrigger.transaction.ReadTakeCommitTest
-
Space under test
- space - Variable in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Holds JavaSpace instance of tested space.
- SpaceLeaseGrantTest - Class in org.apache.river.test.impl.outrigger.leasing
-
Test that writes an entry to a JavaSpace and checks the lease it gets back
- SpaceLeaseGrantTest() - Constructor for class org.apache.river.test.impl.outrigger.leasing.SpaceLeaseGrantTest
-
- spaceName - Variable in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
The name of service for which these tests are written.
- SpaceNotifyGrantTest - Class in org.apache.river.test.impl.outrigger.leasing
-
Test that registers with a JavaSpace for notification and checks the
lease it gets back
- SpaceNotifyGrantTest() - Constructor for class org.apache.river.test.impl.outrigger.leasing.SpaceNotifyGrantTest
-
- spaceOnlySetup() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- SpaceOperation - Class in org.apache.river.test.impl.outrigger.transaction
-
This class wraps four kinds of JavaSpace operations to get an entry,
read, readIfExists,
take and takeIfExists.
- SpaceOperation(boolean, boolean, int) - Constructor for class org.apache.river.test.impl.outrigger.transaction.SpaceOperation
-
Constructor.
- SpaceQuery - Class in org.apache.river.test.impl.outrigger.matching
-
Abstract class defining the interface to strategies (Gamma et. al.)
- SpaceQuery() - Constructor for class org.apache.river.test.impl.outrigger.matching.SpaceQuery
-
- spaceRead(Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.matching.MatchTestCore
-
Convince method for doing a read on the JavaSpace, uses the
proper form of read based on useIfExists.
- spaceSet() - Method in class org.apache.river.test.impl.outrigger.matching.MatchTestCore
-
Derived classes should call this method when they have put the
space in the desired configuration, but before they have
started to check the configuration
- spaceTake(Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.matching.MatchTestCore
-
Convince method for doing a take on the JavaSpace, uses the
proper form of take based on useIfExists.
- spec - Variable in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
The String to parse as a HTTPMD URL.
- specifyServices(Class[]) - Method in class org.apache.river.test.share.TestBase
-
- SPTRemoteObject - Class in org.apache.river.test.spec.security.proxytrust.util
-
Remote Object implementing ServerProxyTrust interface so it could be used
as parameter for 'export' method invocation for ProxyTrustExporter.
- SPTRemoteObject() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.SPTRemoteObject
-
- src - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Source directory of URL object (directory where the file specified
by the URL object exist).
- srcArray - Static variable in class org.apache.river.test.spec.security.proxytrust.util.BaseIsTrustedObjectClass
-
List of classes whose checked methods were invoked.
- srcDir - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
HTTP Server source directory (directory where the files exist).
- srcDir - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Source Directory.
- srvcAttrs - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegInfo
-
- SrvcAttrTuple(ServiceItem[], Entry[][], Object, Object, int) - Constructor for class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Creates a SrvcAttrTuple with the given transition value.
- SrvcAttrTuple(ServiceItem[], Entry[][], Object, Object) - Constructor for class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Creates a SrvcAttrTuple with the "unknown" (0) transition value.
- SrvcAttrTuple(Object, Object, int) - Constructor for class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Creates a SrvcAttrTuple with the given transition value
and null reference arrays of service items and attributes.
- SrvcAttrTuple(Object, Object) - Constructor for class org.apache.river.test.spec.lookupservice.QATestUtils.SrvcAttrTuple
-
Creates a SrvcAttrTuple with the "unknown" (0) transition value
and null reference arrays of service items and attributes.
- srvcDiscoveryMgr - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- srvcHistogram(int, HashMap) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Inserts the given value into the given histogram.
- srvcID - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegInfo
-
- SrvcIDListener(Object) - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.SrvcIDListener
-
- srvcIndxFrmSimpleLookup(Object, ServiceItem[]) - Static method in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Steps through the given array of service items, searching for the
element that equals the given Object; returning the index of the
matching element or -1 if no match is found
- srvcItem - Variable in class org.apache.river.test.spec.servicediscovery.cache.CacheLookup
-
- srvcLease - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegInfo
-
- SrvcLeaseExpiration - Class in org.apache.river.test.spec.lookupservice.test_set00
-
This class is used to test that any service item registered with the Lookup
service can no longer be successfully looked up after the service
item's lease has expired.
- SrvcLeaseExpiration() - Constructor for class org.apache.river.test.spec.lookupservice.test_set00.SrvcLeaseExpiration
-
- srvcListener - Variable in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- srvcListener - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace
-
- srvcListener - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupTaskRace
-
- srvcListener - Variable in class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace
-
- srvcListener - Variable in class org.apache.river.test.impl.servicediscovery.event.ReRegisterGoodEquals
-
- SrvcListener(QAConfig, String) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.SrvcListener
-
- srvcListener - Variable in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
- srvcReg - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.RegInfo
-
- srvcToNEvents - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- srvcValDivisibleByN(AbstractBaseTest.TestService, int) - Static method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- srvcValEven(AbstractBaseTest.TestService) - Static method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- srvcValOdd(AbstractBaseTest.TestService) - Static method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- SslServerConstructorAccessorTest - Class in org.apache.river.test.spec.jeri.transport.ssl
-
- SslServerConstructorAccessorTest() - Constructor for class org.apache.river.test.spec.jeri.transport.ssl.SslServerConstructorAccessorTest
-
- StableContentsTest - Class in org.apache.river.test.impl.outrigger.javaspace05
-
Writes a configurable number of random entries and uses a
configurable number of concurrent threads that perform a
configurable number of contents calls using random sets of
templates.
- StableContentsTest() - Constructor for class org.apache.river.test.impl.outrigger.javaspace05.StableContentsTest
-
- stage - Variable in class org.apache.river.test.impl.outrigger.transaction.SimpleEntry
-
Field #2: Integer
- staggeredStartThread(int) - Method in class org.apache.river.test.share.LookupServices
-
Returns a thread in which a number of lookup services are started after
various time delays.
- standAlone - Variable in class org.apache.river.test.share.TestBase
-
True is we are in standalone mode
- start() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Configures and starts an instance of the service described by the
serviceName provided in the constructor.
- start() - Method in class org.apache.river.qa.harness.ActivationSystemAdmin
-
Starts the activation system.
- start() - Method in interface org.apache.river.qa.harness.Admin
-
Perform the actions necessary to start the service.
- start() - Method in class org.apache.river.qa.harness.ClassServerAdmin
-
Starts the class server.
- start() - Static method in class org.apache.river.qa.harness.HeartOfTheMachine
-
- start() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Start the group managed by this admin.
- start() - Method in class org.apache.river.qa.harness.NonActivatableServiceStarterAdmin
-
Configures and starts an instance of the service described by the
serviceName provided in the constructor.
- start() - Method in class org.apache.river.qa.harness.RunningServiceAdmin
-
'Starts' a service by looking it up in a lookup service and saving the
service proxy.
- start() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Configures and starts an instance of the shared group named
serviceName provided in the constructor.
- start() - Method in class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- start() - Method in class org.apache.river.test.impl.mercury.TestListenerImpl
-
- start() - Method in class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- start() - Method in class org.apache.river.test.impl.start.BadServiceProxyAccessorImpl
-
- start() - Method in class org.apache.river.test.impl.start.TestServiceImpl
-
- start() - Method in class org.apache.river.test.services.lookupsimulator.LookupSimulatorImpl
-
- start() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- start() - Method in class org.apache.river.test.share.TesterTransactionManager
-
- startAddLDS() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that can be used to start, at a single point
during the current test run, any additional lookup discovery services
needed by that test run.
- startAddLDS() - Method in class org.apache.river.test.share.LookupDiscoveryServices
-
Convenience method that can be used to start, at a single point
during the current test run, any additional lookup discovery services
needed by that test run.
- startAddLookups() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that can be used to start, at a single point
during the current test run, any additional lookup services
needed by that test run.
- startAddLookups() - Method in class org.apache.river.test.share.LookupServices
-
Convenience method that can be used to start, at a single point
during the current test run, any additional lookup services
needed by that test run.
- startAllLDS() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup discovery services
needed by that test run.
- startAllLDS() - Method in class org.apache.river.test.share.LookupDiscoveryServices
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup discovery services
needed by that test run.
- startAllLookups() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup services needed by
that test run.
- startAllLookupsInSetup - Variable in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- StartAllServicesTest - Class in org.apache.river.test.impl.start
-
This test verifies that the ActivateDesc constructor sets the
appropriate fields with the appropriate values.
- StartAllServicesTest() - Constructor for class org.apache.river.test.impl.start.StartAllServicesTest
-
- startClassServer(QAConfig, int) - Static method in class org.apache.river.test.spec.loader.util.Util
-
Start class sever to download preferred classes/resources
using httpPort.
- startedRegs - Variable in class org.apache.river.test.spec.joinmanager.GetJoinSetCallback
-
- StarterBase - Class in org.apache.river.test.impl.start
-
- StarterBase() - Constructor for class org.apache.river.test.impl.start.StarterBase
-
- startInitLDS() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup discovery services
INITIALLY needed by that test run.
- startInitLDS() - Method in class org.apache.river.test.share.LookupDiscoveryServices
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup discovery services
INITIALLY needed by that test run.
- startInitLookups() - Method in class org.apache.river.test.share.BaseQATest
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup services INITIALLY
needed by that test run.
- startInitLookups() - Method in class org.apache.river.test.share.LookupServices
-
Convenience method that can be used to start, at a single point
during the current test run, all of the lookup services INITIALLY
needed by that test run.
- startLookupService() - Method in class org.apache.river.qa.harness.AdminManager
-
Start an instance of the service named
net.jini.core.lookup.ServiceRegistrar and return a reference
to the proxy for that service.
- startLookupService(String) - Method in class org.apache.river.qa.harness.AdminManager
-
Start an instance of the service named
net.jini.core.lookup.ServiceRegistrar and return a reference
to the proxy for that service.
- startNextLookup(String) - Method in class org.apache.river.test.share.LookupServices
-
Start next lookup.
- startService(String, String) - Method in class org.apache.river.qa.harness.AdminManager
-
Start the given service and return a reference to the proxy for that
service.
- startService(String) - Method in class org.apache.river.qa.harness.AdminManager
-
Start the given service and return a reference to the proxy for that
service.
- startTest() - Method in interface org.apache.river.test.impl.reliability.AppleUser
-
- startTest() - Method in class org.apache.river.test.impl.reliability.AppleUserImpl
-
Allows the other server process to indicate that it is ready
to start "juicing".
- startTransformedService(String, ServiceDescriptorTransformer) - Method in class org.apache.river.qa.harness.AdminManager
-
Start the given service and return a reference to the proxy for that
service.
- startTxnMgr() - Method in class org.apache.river.test.share.TxnManagerTest
-
- state - Variable in class org.apache.river.qa.harness.TestResult
-
The success/failure state of the test
- state - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNonNull
-
- state - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNull
-
- state - Variable in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntrySrvcReg
-
- staticEntry - Static variable in class org.apache.river.test.spec.config.util.TestComponent
-
Some static entry.
- staticMethod() - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Some static method to the call from test.
- staticMethod(int) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Some static method to the call from test.
- staticMethod(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Some static method to the call from test.
- staticMethod(int, int, int) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Some static method to the call from test.
- StaticMethodIHandler - Class in org.apache.river.test.spec.security.proxytrust.util
-
Invocation handler having static method
'ProxyTrustIterator getProxyTrustIterator()'.
- StaticMethodIHandler(Object) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.StaticMethodIHandler
-
Creates an instance with the specified implementation.
- Statistics - Class in org.apache.river.test.impl.end2end.jssewrapper
-
A class which maintains call statistics for wrapper methods
- Statistics() - Constructor for class org.apache.river.test.impl.end2end.jssewrapper.Statistics
-
- Statistics.StatisticsItem - Class in org.apache.river.test.impl.end2end.jssewrapper
-
A class representing an entry for a method in a statistics table
- stop() - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Administratively destroys the service managed by this admin, and waits
for up to ServiceDestroyer.DEFAULT_N_SECS_WAIT seconds for
the service to unregister its activation group from the activation
service.
- stop() - Method in class org.apache.river.qa.harness.ActivationSystemAdmin
-
Stop the activation system.
- stop() - Method in interface org.apache.river.qa.harness.Admin
-
Perform the actions necessary to stop the service
- stop() - Method in class org.apache.river.qa.harness.ClassServerAdmin
-
Stop the class server.
- stop() - Method in class org.apache.river.qa.harness.NonActivatableGroupAdmin
-
Stop the group.
- stop() - Method in class org.apache.river.qa.harness.NonActivatableServiceStarterAdmin
-
Administratively destroys the service managed by this admin.
- stop() - Method in class org.apache.river.qa.harness.RunningServiceAdmin
-
Stop the service.
- stop() - Method in class org.apache.river.qa.harness.SharedGroupAdmin
-
Destroys the shared group managed by this admin by calling the
destroyVM method on the groups administrative service.
- stop() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJETestServiceImpl
-
- stop() - Method in class org.apache.river.test.spec.jeri.mux.util.Redirector
-
Stop redirecting the connection
- stopAfterCall() - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Determine whether testing should be paused when a method call completes.
- stopAfterFailure() - Method in interface org.apache.river.test.impl.end2end.e2etest.UserInterface
-
Determine whether testing should pause after a failure is detected.
- stopAndWait(int) - Method in class org.apache.river.qa.harness.ActivatableServiceStarterAdmin
-
Administratively destroys the service managed by this admin.
- stopAnnouncements() - Method in class org.apache.river.test.share.BaseQATest
-
This method stops the generation of multicast announcements from each
lookup service that has been started.
- stopAnnouncements() - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- stopAnnouncements(String) - Method in class org.apache.river.test.share.DiscoveryProtocolSimulator
-
- stopAnnouncements() - Method in class org.apache.river.test.share.LookupServices
-
This method stops the generation of multicast announcements from each
lookup service that has been started.
- stopClassServer(Object) - Static method in class org.apache.river.test.spec.loader.util.Util
-
Terminate the class sever.
- StorageAdminUtil - Class in org.apache.river.test.share
-
This class contains a set of static methods that provide general-purpose
functions related to the administration of the location to which a
stores its persistent state.
- StorageAdminUtil() - Constructor for class org.apache.river.test.share.StorageAdminUtil
-
- storeClassLoader(Uuid, ClassLoader) - Static method in class org.apache.river.test.impl.start.TestServiceSharedMap
-
- storedProxy - Variable in class org.apache.river.test.spec.security.basicproxypreparer.FakeBasicProxyPreparer
-
- StoreOverrideProvider - Class in org.apache.river.qa.harness
-
An OverrideProvider which supplies the value for
the org.apache.river.outrigger.store configuration entry.
- StoreOverrideProvider() - Constructor for class org.apache.river.qa.harness.StoreOverrideProvider
-
- str - Variable in class org.apache.river.test.impl.mahalo.RandomStressTask
-
- str(ProtectionDomain) - Method in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Convert ProtectionDomain to string to format log/fail message.
- str(PermissionCollection) - Method in class org.apache.river.test.spec.policyprovider.AbstractTestBase
-
Convert PermissionCollection to string to format log/fail message.
- StressTest - Class in org.apache.river.test.impl.outrigger.matching
-
Stress test class.
- StressTest() - Constructor for class org.apache.river.test.impl.outrigger.matching.StressTest
-
- StressTest - Class in org.apache.river.test.spec.eventmailbox
-
- StressTest() - Constructor for class org.apache.river.test.spec.eventmailbox.StressTest
-
- StressTestInterleaved - Class in org.apache.river.test.impl.outrigger.matching
-
- StressTestInterleaved() - Constructor for class org.apache.river.test.impl.outrigger.matching.StressTestInterleaved
-
- StressTestInterleavedWithShutdown - Class in org.apache.river.test.impl.outrigger.matching
-
- StressTestInterleavedWithShutdown() - Constructor for class org.apache.river.test.impl.outrigger.matching.StressTestInterleavedWithShutdown
-
- StressTestWithShutdown - Class in org.apache.river.test.impl.outrigger.matching
-
- StressTestWithShutdown() - Constructor for class org.apache.river.test.impl.outrigger.matching.StressTestWithShutdown
-
- string - Variable in class org.apache.river.test.impl.outrigger.transaction.SimpleEntry
-
Field #1: String
- StringMatch - Class in org.apache.river.test.impl.outrigger.matching
-
Simple JavaSpace entry class for testing JavaSpace matching
- StringMatch() - Constructor for class org.apache.river.test.impl.outrigger.matching.StringMatch
-
Required public zero arg constructor Entry classes need
- StringMatch(boolean) - Constructor for class org.apache.river.test.impl.outrigger.matching.StringMatch
-
Create a new StringMatch.
- StringMatch(StringMatch) - Constructor for class org.apache.river.test.impl.outrigger.matching.StringMatch
-
Create a new StringMatch that can service as a
template to retrieve the passed StringMatch (or subclass) from
a JavaSpace
- strToUrls(String) - Static method in class org.apache.river.test.spec.security.util.Util
-
Convert a string containing a space-separated list of URLs into a
corresponding array of URL objects, throwing a MalformedURLException
if any of the URLs are invalid.
- stub - Variable in class org.apache.river.test.share.AbstractTestLeaseFactory
-
used to communicate to the backend
- subCategories - Variable in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
- SubclassExceptionTest - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the correctness of the syntax analysis of
a configuration source of ConfigurationFile when it is subclassed.
- SubclassExceptionTest() - Constructor for class org.apache.river.test.spec.config.configurationfile.SubclassExceptionTest
-
- SubjectProvider - Interface in org.apache.river.test.impl.end2end.e2etest
-
- SubjectProvider - Class in org.apache.river.test.spec.jeri.transport.util
-
- SubjectProvider() - Constructor for class org.apache.river.test.spec.jeri.transport.util.SubjectProvider
-
- SubPoliciesTest - Class in org.apache.river.test.impl.start.aggregatepolicyprovider
-
- SubPoliciesTest() - Constructor for class org.apache.river.test.impl.start.aggregatepolicyprovider.SubPoliciesTest
-
- SubVM - Class in org.apache.river.tool.envcheck
-
A container for a subtask which runs in a separate and returns a
single object by writing that object to System.out.
- SubVM() - Constructor for class org.apache.river.tool.envcheck.SubVM
-
- SubVMTask - Interface in org.apache.river.tool.envcheck
-
A subtask to be run in a separate VM.
- SUCCESS - Static variable in interface org.apache.river.test.impl.end2end.e2etest.TestCoordinator
-
exit code for successful test run
- successfulTakeCount - Variable in class org.apache.river.test.impl.outrigger.matching.AuditorSummary
-
Number of takes that have succeded without an exception
- successfulWriteCount - Variable in class org.apache.river.test.impl.outrigger.matching.AuditorSummary
-
Number of writes that have succeded without an exception
- SUITE - Static variable in interface org.apache.river.test.impl.end2end.e2etest.Constants
-
print the cryptosuite being used
- summarize() - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Create a AuditorSummary object discribing the
current state of the auditor.
- SunOfAttrOne - Class in org.apache.river.test.share
-
- SunOfAttrOne() - Constructor for class org.apache.river.test.share.SunOfAttrOne
-
- SunOfAttrOne(String, long) - Constructor for class org.apache.river.test.share.SunOfAttrOne
-
- SupertypeMatching - Class in org.apache.river.test.impl.outrigger.matching
-
- SupertypeMatching() - Constructor for class org.apache.river.test.impl.outrigger.matching.SupertypeMatching
-
- SupertypeMatchTest - Class in org.apache.river.test.impl.outrigger.matching
-
JavaSpace matching test that writes a number of entries and then
reads each one with one or more superclass templates and makes sure
that the correct class is returned.
- SupertypeMatchTest() - Constructor for class org.apache.river.test.impl.outrigger.matching.SupertypeMatchTest
-
- SupertypeNotifyTest - Class in org.apache.river.test.impl.outrigger.matching
-
JavaSpaces test that registers with a space for write events using
all wildcard templates from each class in the UniqueEntry hierarchy
and then writes a number of entry and makes sure all the appropriate
matches come back
- SupertypeNotifyTest() - Constructor for class org.apache.river.test.impl.outrigger.matching.SupertypeNotifyTest
-
- SupertypeNotifyTestShutdown - Class in org.apache.river.test.impl.outrigger.matching
-
- SupertypeNotifyTestShutdown() - Constructor for class org.apache.river.test.impl.outrigger.matching.SupertypeNotifyTestShutdown
-
- SupertypeUseIfExists - Class in org.apache.river.test.impl.outrigger.matching
-
- SupertypeUseIfExists() - Constructor for class org.apache.river.test.impl.outrigger.matching.SupertypeUseIfExists
-
- SupertypeUseIfExistsShutdown - Class in org.apache.river.test.impl.outrigger.matching
-
- SupertypeUseIfExistsShutdown() - Constructor for class org.apache.river.test.impl.outrigger.matching.SupertypeUseIfExistsShutdown
-
- suppressFormatCheck() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
Prevents a format check when the message is received.
- suspendRun(String) - Method in class org.apache.river.qa.harness.QAConfig
-
- Syntax_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the correctness of the syntax analysis of
a configuration source of ConfigurationFile class.
- Syntax_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.Syntax_Test
-
- sysConfig - Static variable in class org.apache.river.test.impl.discoveryproviders.DiscoveryV2CachingTest
-
- sysConfig - Static variable in class org.apache.river.test.impl.thread.AbstractThreadTest
-
- sysConfig - Static variable in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.AbstractTrustVerifierTest
-
- sysConfig - Static variable in class org.apache.river.test.spec.jeri.kerberostrustverifier.util.AbstractTrustVerifierTestKerberos
-
- sysConfig - Static variable in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
- sysConfig - Static variable in class org.apache.river.test.spec.jeri.ssltrustverifier.util.AbstractTrustVerifierTestSSL
-
- sysConfig - Static variable in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- systemClassLoader() - Static method in class org.apache.river.test.spec.loader.util.Util
-
Returns the system class loader
- t_cases - Variable in class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest
-
Test Cases.
- t_cases - Variable in class org.apache.river.test.spec.constraint.coreconstraint.DelegationTimeConstructorsTest
-
Test Cases.
- t_cases - Variable in class org.apache.river.test.spec.constraint.coreconstraint.GetTimeTest
-
Test Cases.
- t_cases - Variable in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.MakeAbsoluteTest
-
Test Cases.
- t_cases - Variable in class org.apache.river.test.spec.constraint.coreconstraint.MakeAbsoluteRelativeTimeTest
-
Test Cases.
- t_cases - Variable in class org.apache.river.test.spec.export.exportpermission.BasicPermission_equals
-
Test Cases.
- t_cases - Variable in class org.apache.river.test.spec.export.exportpermission.BasicPermission_implies
-
Test Cases.
- take(Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Wrapper around JavaSpace.take() that logs the
take.
- takeIfExists(Entry, Transaction, long) - Method in class org.apache.river.test.impl.outrigger.matching.JavaSpaceAuditor
-
Wrapper around JavaSpace.takeIfExists() that logs the
take.
- TakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TakeIfExistsNO_WAITTest asserts that for takeIfExists with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TakeIfExistsNO_WAITTest
-
- TakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TakeIfExistsTest asserts that for takeIfExists with timeouts
other then NO_WAIT:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TakeIfExistsTest
-
- TakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TakeNO_WAITTest asserts that for take with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TakeNO_WAITTest
-
- TakeOneTest - Class in org.apache.river.test.impl.outrigger.matching
-
JavaSpace matching test that writes a number of entries, takes one
and the makes sure that the rest are still their.
- TakeOneTest() - Constructor for class org.apache.river.test.impl.outrigger.matching.TakeOneTest
-
- TakeOneTestIfExists - Class in org.apache.river.test.impl.outrigger.matching
-
- TakeOneTestIfExists() - Constructor for class org.apache.river.test.impl.outrigger.matching.TakeOneTestIfExists
-
- TakeOneTestIfExistsShutdown - Class in org.apache.river.test.impl.outrigger.matching
-
- TakeOneTestIfExistsShutdown() - Constructor for class org.apache.river.test.impl.outrigger.matching.TakeOneTestIfExistsShutdown
-
- TakeQuery - Class in org.apache.river.test.impl.outrigger.matching
-
Abstract class defining the interface to strategies (Gamma et. al.)
- TakeQuery() - Constructor for class org.apache.river.test.impl.outrigger.matching.TakeQuery
-
- takesAttemptCount - Variable in class org.apache.river.test.impl.outrigger.matching.AuditorSummary
-
Number of takes that have been tried through this space
- TakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TakeTest asserts that for take with timeouts other then NO_WAIT:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TakeTest
-
- TakeTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
TakeTest05 tests JavaSpace05.take method with null transaction.
- TakeTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TakeTest05
-
- TaskManagerTaskExceptionTest - Class in org.apache.river.test.impl.thread
-
This class implements a regression test to bugID 4868259 "Task Manager
should be resilient to Tasks throwing exceptions."
- TaskManagerTaskExceptionTest() - Constructor for class org.apache.river.test.impl.thread.TaskManagerTaskExceptionTest
-
- taskName(String) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Return a fully qualified external class name for the given static
inner class name.
- tc - Variable in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.CombineTest
-
Test Cases.
- tc - Variable in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConflictTest
-
Test Cases.
- tc - Variable in class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.IsEmptyTest
-
Test Cases.
- tc1_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 1.
- tc1_expected - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Expected result for test case 1.
- tc1_expected - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Expected result for test case 1.
- tc1_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 1.
- tc1_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 1.
- tc1_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 1.
- tc1_url - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
URL object for test case 1.
- tc1_url - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
URL object for test case 1.
- tc2_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 2.
- tc2_expected - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Expected result for test case 2.
- tc2_expected - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Expected result for test case 2.
- tc2_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 2.
- tc2_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 2.
- tc2_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 2.
- tc2_url - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
URL object for test case 2.
- tc2_url - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
URL object for test case 2.
- tc3_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 3.
- tc3_expected - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Expected result for test case 3.
- tc3_expected - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Expected result for test case 3.
- tc3_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 3.
- tc3_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 3.
- tc3_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 3.
- tc3_url - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
URL object for test case 3.
- tc3_url - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
URL object for test case 3.
- tc4_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 4.
- tc4_expected - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Expected result for test case 4.
- tc4_expected - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Expected result for test case 4.
- tc4_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 4.
- tc4_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 4.
- tc4_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 4.
- tc4_url - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
URL object for test case 4.
- tc4_url - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
URL object for test case 4.
- tc5_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 5.
- tc5_expected - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Expected result for test case 5.
- tc5_expected - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Expected result for test case 5.
- tc5_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 5.
- tc5_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 5.
- tc5_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 5.
- tc5_url - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
URL object for test case 5.
- tc5_url - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
URL object for test case 5.
- tc6_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 6.
- tc6_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 6.
- tc6_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 6.
- tc6_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 6.
- tc7_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 7.
- tc7_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 7.
- tc7_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 7.
- tc7_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 7.
- tc8_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 8.
- tc8_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 8.
- tc8_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 8.
- tc8_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 8.
- tc9_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Expected result for test case 9.
- tc9_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
File for test case 9.
- tc9_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Host for test case 9.
- tc9_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Protocol for test case 9.
- tc_expected - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Test Cases expected results.
- tc_expected - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
Test Cases expected results.
- tc_expected - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
Test Cases expected results.
- tc_file - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Test Cases Files.
- tc_host - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Test Cases Hosts.
- tc_prot - Static variable in class org.apache.river.test.spec.url.file.integrity.ProvidesIntegrity
-
Test Cases Protocols.
- tc_url - Static variable in class org.apache.river.test.spec.url.httpmd.integrity.ProvidesIntegrity
-
- tc_url - Static variable in class org.apache.river.test.spec.url.https.integrity.ProvidesIntegrity
-
- td - Variable in class org.apache.river.qa.harness.TestRun
-
the test description
- tearDown() - Method in class org.apache.river.qa.harness.QATestEnvironment
-
This method is called by the MasterTest immediately after
the run method returns.
- tearDown() - Method in interface org.apache.river.qa.harness.TestEnvironment
-
Tears down any construct that was needed to run the test.
- tearDown() - Method in class org.apache.river.test.impl.discoveryproviders.DiscoveryV2CachingTest
-
- tearDown() - Method in class org.apache.river.test.impl.end2end.e2etest.Driver
-
Dummy method to satisfy org.apache.river.qa.harness.LegacyTest
interface.
- tearDown() - Method in class org.apache.river.test.impl.locatordiscovery.UnicastDelay
-
- tearDown() - Method in class org.apache.river.test.impl.lookupdiscovery.MulticastRequestDelay
-
- tearDown() - Method in class org.apache.river.test.impl.lookupdiscovery.RestoreContextForTasks
-
Cleans up all state.
- teardown() - Method in class org.apache.river.test.impl.lookupdiscovery.UnicastDelay
-
- tearDown() - Method in class org.apache.river.test.impl.mahalo.RandomStressTest
-
Let GC to work after stresses.
- tearDown() - Method in class org.apache.river.test.impl.reggie.MultihomedClientTest
-
- tearDown() - Method in class org.apache.river.test.impl.reliability.AppleUserImpl
-
- tearDown() - Method in class org.apache.river.test.impl.thread.AbstractThreadTest
-
- tearDown() - Method in class org.apache.river.test.share.BaseQATest
-
Cleans up any remaining state not already cleaned up by the test
itself.
- tearDown() - Method in class org.apache.river.test.share.LookupAttributeAdminTest
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.share.LookupGroupAdminTest
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.share.LookupLocatorAdminTest
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.share.TestBase
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.config.configurationfile.Constructor_Test
-
Clearning temporary resources.
- tearDown() - Method in class org.apache.river.test.spec.config.configurationfile.ToString_Test
-
Clearning temporary resources.
- tearDown() - Method in class org.apache.river.test.spec.discoverymanager.AbstractBaseTest
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.id.referentuuids.CompareMethodTest
-
- tearDown() - Method in class org.apache.river.test.spec.id.uuid.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.id.uuid.ObjectMethodsTest
-
- tearDown() - Method in class org.apache.river.test.spec.id.uuid.WriteTest
-
- tearDown() - Method in class org.apache.river.test.spec.id.uuidfactory.CreateGenerateTest
-
- tearDown() - Method in class org.apache.river.test.spec.id.uuidfactory.ReadTest
-
- tearDown() - Method in class org.apache.river.test.spec.iiop.util.AbstractTestBase
-
Performs cleaning operations after test's completion.
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_ExceptionTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_NullArgsTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.LoadClass_VerifyCodebaseIntegrityTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassExceptionTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_LoadClassTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_NullArgsTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_ReadAnnotationExceptionTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalinputstream.Resolve_VerifyCodebaseIntegrityTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalledinstance.ConstructorTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalledinstance.ConvertToMarshalledObjectTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalledinstance.Get_ExceptionTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalledinstance.Get_NormalTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshalledinstance.ObjectMethodsTest
-
- tearDown() - Method in class org.apache.river.test.spec.io.marshaloutputstream.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Performs cleaning operations after test's completion.
- tearDown() - Method in class org.apache.river.test.spec.jeri.abstractilfactory.AccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicilfactory.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInstancesTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationDispatcherTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicilfactory.CreateInvocationHandlerTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicilfactory.GetExtraProxyInterfacesTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicilfactory.ObjectMethodsTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.AbstractDispatcherTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.CheckPermissionClassTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationdispatcher.Dispatch_NormalReturnTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.AbstractInvokeTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.CheckTrustEquivalenceTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.Invoke_RemoteMethodControlTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.ObjectMethodsTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicinvocationhandler.SetClientConstraintsTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicjeriexporter.util.BJEAbstractTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.AbstractTrustVerifierTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.CheckTrustEquivalenceTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ExecuteCall_ExceptionTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ExecuteCall_NormalTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.NewCall_ExceptionTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.NewCall_NormalTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.basicobjectendpoint.ObjectMethodsTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.connection.util.AbstractConnectionTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.kerberostrustverifier.util.AbstractTrustVerifierTestKerberos
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.mux.util.AbstractMuxTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.proxytrustilfactory.AccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.proxytrustilfactory.ConstructorAccessorTest
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.ssltrustverifier.util.AbstractTrustVerifierTestSSL
-
- tearDown() - Method in class org.apache.river.test.spec.jeri.transport.util.AbstractEndpointTest
-
- tearDown() - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.locatordiscovery.AbstractBaseTest
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.lookupdiscovery.AbstractBaseTest
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set00.EvntLeaseExpiration
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set00.MultipleEvntLeaseRenewals
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrAdd
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrDel
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnAttrMod
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set00.NotifyOnSrvcLeaseExpiration
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNonNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrAddNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNonNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrDelNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNonNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboAttrModNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcLeaseExp
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnComboSrvcReg
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNonNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntryAttrAddNull
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set01.NotifyOnEntrySrvcReg
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyExceptionTest
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnAttrSet
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.test_set02.NotifyOnComboAttrSet
-
Performs cleanup actions necessary to achieve a graceful exit of
the current QA test.
- tearDown() - Method in class org.apache.river.test.spec.lookupservice.ToStringTest
-
- tearDown() - Method in class org.apache.river.test.spec.renewalmanager.EventTest
-
- tearDown() - Method in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupMinEqualsMax
-
Cleans up all state.
- tearDown() - Method in class org.apache.river.test.spec.servicediscovery.lookup.LookupWait
-
Cleans up all state.
- TEImpl - Class in org.apache.river.test.spec.security.proxytrust.util
-
Serializable class implementing TrustEquivalence interface.
- TEImpl() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TEImpl
-
- Template - Class in org.apache.river.test.impl.outrigger.matching
-
Class takes a JavaSpace template in its constructor and provides a
method that indicates whether or not a given Entry is a match or not
- Template(Entry) - Constructor for class org.apache.river.test.impl.outrigger.matching.Template
-
Generate a Template object based on the passed
entry.
- template - Variable in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
Template for which this class counts events
- template - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- template - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- Template_Test - Class in org.apache.river.test.spec.config.configurationfile
-
This class contains common parts of some ConfigurationFile tests.
- Template_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.Template_Test
-
- terminate - Variable in class org.apache.river.test.spec.discoveryservice.event.MulticastMonitorTerminate
-
- terminate - Variable in class org.apache.river.test.spec.lookupdiscovery.MulticastMonitorTerminate
-
- terminate() - Method in class org.apache.river.tool.ClassServer
-
Close the server socket, causing the thread to terminate.
- terminateAllLookups() - Method in class org.apache.river.test.share.BaseQATest
-
For each lookup service corresponding to an element of the global
HashMap 'genMap', this method stops the generation of multicast
announcements by either destroying the lookup service, or
explicitly stopping the announcements and then destroying the
lookup service.
- terminateAllLookups() - Method in class org.apache.river.test.share.LookupServices
-
For each lookup service corresponding to an element of the global
HashMap 'genMap', this method stops the generation of multicast
announcements by either destroying the lookup service, or
explicitly stopping the announcements and then destroying the
lookup service.
- terminateDelay - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- TerminateDiscovery - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- TerminateDiscovery() - Constructor for class org.apache.river.test.spec.joinmanager.TerminateDiscovery
-
- TerminateLeases - Class in org.apache.river.test.spec.joinmanager
-
This class verifies that the JoinManager utility class
operates in a manner consistent with the specification.
- TerminateLeases() - Constructor for class org.apache.river.test.spec.joinmanager.TerminateLeases
-
- TerminateSemantics - Class in org.apache.river.test.impl.joinmanager
-
With respect to the current implementation of the JoinManager
utility, this class verifies that if any of the public methods of that
utility are invoked after the join manager has been terminated, an
IllegalStateException results.
- TerminateSemantics() - Constructor for class org.apache.river.test.impl.joinmanager.TerminateSemantics
-
- TerminateSemantics - Class in org.apache.river.test.impl.servicediscovery
-
With respect to the current implementation of the
ServiceDiscoveryManager utility, this class verifies
that - except for the terminate method itself - if any
of the public methods of that utility are invoked after the service
discovery manager has been terminated, an IllegalStateException
results.
- TerminateSemantics() - Constructor for class org.apache.river.test.impl.servicediscovery.TerminateSemantics
-
- Test - Interface in org.apache.river.qa.harness
-
- TEST - Static variable in interface org.apache.river.qa.harness.Test
-
Failure type.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.NPIImpl
-
Test method #1.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
Test method #1.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface12Impl
-
Method from TestInterface1 interfaces.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1Impl
-
Method from TestInterface1 interfaces.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
Test method #1.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1TEImpl
-
Method from TestInterface1 interfaces.
- test() - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface21Impl
-
Method from TestInterface1 interfaces.
- test() - Method in interface org.apache.river.test.spec.security.proxytrust.util.TestInterface1
-
Test method #1.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.NPIImpl
-
Method from NonPublicInterface interfaces.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
Test method #2.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface12Impl
-
Method from TestInterface1 interfaces.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1Impl
-
Method from TestInterface1 interfaces.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
Test method #2.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface1TEImpl
-
Method from TestInterface1 interfaces.
- test1(int) - Method in class org.apache.river.test.spec.security.proxytrust.util.Interface21Impl
-
Method from TestInterface1 interfaces.
- test1(int) - Method in interface org.apache.river.test.spec.security.proxytrust.util.TestInterface1
-
Test method #2.
- test1Num - Variable in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
- test1Num - Variable in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
- TEST_SERVICE - Static variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
Note that for convenience, a number of inner classes are defined below.
- TEST_SERVICE_BAD_EQUALS - Static variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- TEST_SRVC_CLASSES - Static variable in class org.apache.river.test.spec.lookupservice.QATestRegistrar
-
The set of service classes to register for testing
- TestAccessPermission - Class in org.apache.river.test.spec.security.util
-
Class having the same functionality as AccessPermission one.
- TestAccessPermission(String) - Constructor for class org.apache.river.test.spec.security.util.TestAccessPermission
-
Creates an instance with the specified target name.
- TestAttr00() - Constructor for class org.apache.river.test.share.AttributesUtil.TestAttr00
-
- TestAttr00(String, String, String) - Constructor for class org.apache.river.test.share.AttributesUtil.TestAttr00
-
- TestAttrSC00() - Constructor for class org.apache.river.test.share.AttributesUtil.TestAttrSC00
-
- TestAttrSC00(String, String) - Constructor for class org.apache.river.test.share.AttributesUtil.TestAttrSC00
-
- TestBase - Class in org.apache.river.test.share
-
Base class for spaces QA tests.
- TestBase() - Constructor for class org.apache.river.test.share.TestBase
-
- TestCase(Object, long, Class) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.ConnectionTimeConstructorsTest.TestCase
-
- TestCase(Object, long, long, long, long, Class) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.DelegationTimeConstructorsTest.TestCase
-
- TestCase(InvocationConstraint, String, long) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.GetTimeTest.TestCase
-
- TestCase(InvocationConstraints, InvocationConstraints, InvocationConstraints) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.CombineTest.TestCase
-
Constructor.
- TestCase(HashSet, HashSet) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.ConflictTest.TestCase
-
Constructor.
- TestCase(InvocationConstraints, boolean) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.IsEmptyTest.TestCase
-
Constructor.
- TestCase(InvocationConstraints) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.invocationconstraints.MakeAbsoluteTest.TestCase
-
- TestCase(Object, Object, long) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.MakeAbsoluteRelativeTimeTest.TestCase
-
- TestCase(InvocationConstraint, InvocationConstraint, boolean) - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest.TestCase
-
Constructor.
- TestCase(ExportPermission, ExportPermission, boolean) - Constructor for class org.apache.river.test.spec.export.exportpermission.ExportPermission_AbstractTest.TestCase
-
Constructor.
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.Constructor
-
Reset construct parameters by passing parameters and create
PreferredClassLoader.
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetClassAnnotation
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetPermissions
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.GetResources
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.IsPreferredClass
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.IsPreferredResource
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.IsPreferredResourceIOException
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.LoadClasses
-
- testCase(boolean, String) - Method in class org.apache.river.test.spec.loader.pref.preferredClassLoader.NewInstance
-
Reset construct parameters by passing parameters and create
PreferredClassLoader.
- testCase(AbstractSameFile.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile
-
Test Case actions.
- testCase(String) - Method in class org.apache.river.test.spec.url.httpmd.handler.GetDefaultPort
-
Test Case actions.
- testCase(HashCode.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.handler.HashCode
-
Test Case actions.
- testCase(ParseURL.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.handler.ParseURL
-
Test Case actions.
- testCase(ComputeDigest.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest
-
Test Case actions.
- testCase(ComputeDigest2Urls.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls
-
Test Case actions.
- testCase(ComputeDigestCodebase.TestItem) - Method in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase
-
Test Case actions.
- testCase(AbstractProvidesIntegrity.TestItem) - Method in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity
-
Test Case actions.
- testCaseActions(int, String, Collection, Class, Object) - Method in class org.apache.river.test.spec.export.servercontext.GetServerContextElement
-
This method performs each test case actions.
- testCaseName - Variable in class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
The Test Case name.
- testCaseName - Variable in class org.apache.river.test.spec.url.httpmd.handler.HashCode.TestItem
-
The Test Case name.
- testCaseName - Variable in class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
The Test Case name.
- testCaseName - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
The Test Case name.
- testCaseName - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
The Test Case name.
- testCaseName - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
The Test Case name.
- testCaseName - Variable in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
The Test Case name.
- testCases - Variable in class org.apache.river.test.spec.constraint.coreconstraint.SerializationAdvancedTest
-
Test Cases.
- testCases - Variable in class org.apache.river.test.spec.url.httpmd.handler.GetDefaultPort
-
Test Case Names.
- testCases - Variable in class org.apache.river.test.spec.url.httpmd.handler.ParseURL
-
Test Cases names
The value is specified by ParseURL.testCases test property.
- TestClassLoader - Class in org.apache.river.test.spec.security.proxytrust.util
-
Test Class Loader to create proxies.
- TestClassLoader() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TestClassLoader
-
- TestClient - Interface in org.apache.river.test.impl.end2end.e2etest
-
An interface which advertises client methods of interest to
other classes, primarily implementations of UserInterface
- TestComponent - Class in org.apache.river.test.spec.config.util
-
A fake implementation of some component in configuration.
- TestComponent() - Constructor for class org.apache.river.test.spec.config.util.TestComponent
-
Do nothing.
- TestComponent(Object) - Constructor for class org.apache.river.test.spec.config.util.TestComponent
-
Stores argument into data field.
- TestComponent.InternalTestComponent - Class in org.apache.river.test.spec.config.util
-
A fake implementation of some internal component in configuration.
- testConfig - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupTaskServiceIdMapRace
-
- testConfiguration - Variable in class org.apache.river.test.spec.renewalservice.AbstractLeaseRenewalServiceTest
-
The test configuration object
- TestConstraint - Class in org.apache.river.test.spec.constraint.util
-
Test class implementing InvocationConstraint interface.
- TestConstraint() - Constructor for class org.apache.river.test.spec.constraint.util.TestConstraint
-
- TestCoordinator - Interface in org.apache.river.test.impl.end2end.e2etest
-
Interface implemented by the object which drives the test
- testDesc - Variable in class org.apache.river.test.spec.servicediscovery.AbstractBaseTest
-
- TestDescription - Class in org.apache.river.qa.harness
-
The TestDescription is an object which describes a test;
it is a factory for the test object and provides support facilities
for setting up and executing the test.
- TestDescription(String, Properties, QAConfig) - Constructor for class org.apache.river.qa.harness.TestDescription
-
Construct a test description for a test with the given name.
- TestDispatcher - Class in org.apache.river.test.spec.jeri.connection.util
-
Instrumented dispatcher
- TestDispatcher(RequestDispatcher) - Constructor for class org.apache.river.test.spec.jeri.connection.util.TestDispatcher
-
- TestDynamicPolicyProvider - Class in org.apache.river.test.spec.security.util
-
Test Policy provider implementing DynamicPolicy interface.
- TestDynamicPolicyProvider() - Constructor for class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Default no-arg constructor.
- TestDynamicPolicyProvider(Permission[]) - Constructor for class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Constructor setting permissions array to given one.
- TestDynamicPolicyProvider(Permission[], Permission[]) - Constructor for class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Constructor setting permissions array to given one.
- TestEndpoint - Class in org.apache.river.test.spec.jeri.basicjeriexporter.util
-
- TestEndpoint(String, String) - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.util.TestEndpoint
-
- TestEndpoint - Class in org.apache.river.test.spec.jeri.connection.util
-
- TestEndpoint(int, String) - Constructor for class org.apache.river.test.spec.jeri.connection.util.TestEndpoint
-
- TestEndpoint - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class that implements net.jini.jeri.Endpoint.
- TestEndpoint(int, String) - Constructor for class org.apache.river.test.spec.jeri.mux.util.TestEndpoint
-
- TestEntry - Interface in org.apache.river.test.impl.outrigger.javaspace05
-
All of the entries used by the tests in this package implement
the TestEntry interface to allow the tests to use multiple
entry class hierarchies without duplicating code to handle
each.
- TestEnvironment - Interface in org.apache.river.qa.harness
-
This interface must implemented by all tests supported by the test
harness.
- TesterTransaction - Class in org.apache.river.test.share
-
This is the transaction type used by TesterTransactionManager.
- TesterTransaction(TransactionManager, long) - Constructor for class org.apache.river.test.share.TesterTransaction
-
Create a new TesterTransaction.
- TesterTransactionManager - Class in org.apache.river.test.share
-
This class provides a simple transaction manager that tests can use
to test a particpant.
- TesterTransactionManager() - Constructor for class org.apache.river.test.share.TesterTransactionManager
-
- TesterTransactionManagerProxy - Class in org.apache.river.test.share
-
This class is a proxy to backend servers for simulations of activatable
lookup services that implement the LookupSimulator interface.
- TesterTransactionManagerProxy(TransactionManager, int) - Constructor for class org.apache.river.test.share.TesterTransactionManagerProxy
-
Simple constructor.
- TestEventListener05 - Class in org.apache.river.test.spec.javaspace.conformance
-
- TestEventListener05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TestEventListener05
-
- TestException - Exception in org.apache.river.qa.harness
-
An exception which may be thrown at any time during test setup
and execution.
- TestException() - Constructor for exception org.apache.river.qa.harness.TestException
-
Creates a TestException.
- TestException(String) - Constructor for exception org.apache.river.qa.harness.TestException
-
Creates a TestException with the given detail message.
- TestException(String, Throwable) - Constructor for exception org.apache.river.qa.harness.TestException
-
Creates a TestException with the given detail message
and cause.
- TestFilter2() - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter2
-
- TestFilter3() - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter3
-
- TestFilter3Not2() - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter3Not2
-
- TestFilter4() - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestFilter4
-
- TestGenerator - Interface in org.apache.river.test.impl.mercury
-
- TestGeneratorImpl - Class in org.apache.river.test.impl.mercury
-
- TestGeneratorImpl(String[], LifeCycle) - Constructor for class org.apache.river.test.impl.mercury.TestGeneratorImpl
-
- testGroupSetContainment(Map, Map) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code shared by each test that needs to verify that the groups
contained as values in the map0 parameter are also contained as
values in the map1 parameter.
- testGroupSetEquality(Map, Map) - Method in class org.apache.river.test.spec.discoveryservice.AbstractBaseTest
-
Common code shared by each test that needs to verify that the groups
contained as values in the map0 parameter are identical to the
groups contained as values in the map1 parameter.
- TestHandler - Class in org.apache.river.test.spec.url.httpmd.util
-
This class extends Handler
class overriding all methods.
- TestHandler() - Constructor for class org.apache.river.test.spec.url.httpmd.util.TestHandler
-
No-args constructor
- TestInterface1 - Interface in org.apache.river.test.spec.security.proxytrust.util
-
Test interface #1 extending Serializable one.
- TestInterface2 - Interface in org.apache.river.test.spec.security.proxytrust.util
-
Test interface #2 extending Serializable one.
- TestInterface3 - Interface in org.apache.river.test.spec.security.proxytrust.util
-
Test interface #3 extending Serializable one.
- TestInterface4 - Interface in org.apache.river.test.spec.security.proxytrust.util
-
Test interface #4 extending Serializable one.
- TestItem(String) - Constructor for class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Creating TestItem object (Constructor)
- TestItem(String, String, String, boolean) - Constructor for class org.apache.river.test.spec.url.httpmd.handler.AbstractSameFile.TestItem
-
Creating TestItem object (Constructor)
- TestItem(String) - Constructor for class org.apache.river.test.spec.url.httpmd.handler.HashCode.TestItem
-
Creating TestItem object (Constructor)
- TestItem(String, String, String) - Constructor for class org.apache.river.test.spec.url.httpmd.handler.HashCode.TestItem
-
Creating TestItem object (Constructor)
- TestItem(String) - Constructor for class org.apache.river.test.spec.url.httpmd.handler.ParseURL.TestItem
-
Creating TestItem object (Constructor)
- TestItem(String) - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Creating TestItem object (Constructor).
- TestItem(String, String, int, String, String, String, String) - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
Creating TestItem object (Constructor).
- TestItem(String) - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
Creating TestItem object (Constructor)
Test parameters:
ComputeDigest2Urls.testCases - Test Cases names
ComputeDigest2Urls.Port - HTTP Server port number
ComputeDigest2Urls.SrcDir - HTTP Server source directory
(directory where the files exist)
<TestCaseName>.Protocol1 - Protocol of URL1
<TestCaseName>.Protocol2 - Protocol of URL2
<TestCaseName>.FileName1 - Filename of URL1
<TestCaseName>.FileName2 - Filename of URL2
<TestCaseName>.Algorithm - Message Digest Algorithm
<TestCaseName>.Expected - Expected result
- TestItem(String, String, String, int, String, String, String, String, String) - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest2Urls.TestItem
-
Creating TestItem object (Constructor)
- TestItem(String) - Constructor for class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigestCodebase.TestItem
-
Creating TestItem object (Constructor)
Test parameters:
ComputeDigestCodebase.testCases - Test Cases names
<TestCaseName>.SrcDir - source directory
<TestCaseName>.CodeBase - codebase
<TestCaseName>.Expected - expected result of
HttpmdUtil.computeDigestCodebase(String,String)
method (null if the updated codebase
codebase is expected or Exception
otherwise)
- TestItem(String, String, String) - Constructor for class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
- TestItem(String, String, String, String, String) - Constructor for class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
- TestLease - Class in org.apache.river.test.impl.norm
-
Lease class use by renwal service tests when they don't want to use
LocalLease.
- TestLease(int, LeaseBackEnd, long) - Constructor for class org.apache.river.test.impl.norm.TestLease
-
Create a new lease.
- TestLease - Class in org.apache.river.test.share
-
Lease class use by renwal service tests when they don't want to use
LocalLease.
- TestLease(int, LeaseBackEnd, long) - Constructor for class org.apache.river.test.share.TestLease
-
Create a new lease.
- TestLeaseFactory - Class in org.apache.river.test.share
-
TestLeaseFactory creates a new instance of a TestLease.
- TestLeaseFactory(LeaseBackEnd) - Constructor for class org.apache.river.test.share.TestLeaseFactory
-
- TestLeaseProvider - Class in org.apache.river.test.share
-
This class provides leases for testing purposes.
- TestLeaseProvider(int) - Constructor for class org.apache.river.test.share.TestLeaseProvider
-
Constructor taking a single argument.
- TestLeaseProvider(int, Class) - Constructor for class org.apache.river.test.share.TestLeaseProvider
-
Constructor allowing the use of TestLeaseFactory subclass.
- TestList - Class in org.apache.river.qa.harness
-
A data structure that holds the test to run, rerun, and their results.
- TestList(QAConfig, long) - Constructor for class org.apache.river.qa.harness.TestList
-
Constructs a TestList with the given config object and given
start time.
- TestListener - Interface in org.apache.river.test.impl.mercury
-
- TestListenerImpl - Class in org.apache.river.test.impl.mercury
-
- TestListenerImpl(String[], LifeCycle) - Constructor for class org.apache.river.test.impl.mercury.TestListenerImpl
-
- testLocator(String, int, String, boolean) - Method in class org.apache.river.test.spec.servicediscovery.discovery.Locator
-
- testNum - Variable in class org.apache.river.test.spec.security.proxytrust.proxytrustinvocationhandler.RMCTENPIImpl
-
- testNum - Variable in class org.apache.river.test.spec.security.proxytrust.util.Interface1RMCTEImpl
-
- TestObject - Class in org.apache.river.test.spec.security.util
-
Class which is not trusted by any trust verifier containing in
jsk-resources.jar.
- TestObject() - Constructor for class org.apache.river.test.spec.security.util.TestObject
-
- TestParticipant - Interface in org.apache.river.test.share
-
- TestParticipantImpl - Class in org.apache.river.test.share
-
- TestParticipantImpl() - Constructor for class org.apache.river.test.share.TestParticipantImpl
-
- TestParticipantImpl(String) - Constructor for class org.apache.river.test.share.TestParticipantImpl
-
- TestPermissionCollection - Class in org.apache.river.test.spec.security.util
-
PermissionCollection class whose 'implies' method returns false
if given permission is an instance of GrantPermission and is in set of
permissions specified in constructor.
- TestPermissionCollection(Permission[]) - Constructor for class org.apache.river.test.spec.security.util.TestPermissionCollection
-
Constructor storing set of permissions.
- TestPrincipal - Class in org.apache.river.test.spec.constraint.util
-
Test class implementing Principal interface.
- TestPrincipal(String, boolean) - Constructor for class org.apache.river.test.spec.constraint.util.TestPrincipal
-
Creates trusted/untrusted principal.
- TestPrivilegedAction - Class in org.apache.river.test.spec.security.util
-
Class implementing PrivilegedAction interface.
- TestPrivilegedAction() - Constructor for class org.apache.river.test.spec.security.util.TestPrivilegedAction
-
Default constructor.
- TestPrivilegedAction(Permission) - Constructor for class org.apache.river.test.spec.security.util.TestPrivilegedAction
-
Sets Permission to check to parameter's value.
- TestPrivilegedExceptionAction - Class in org.apache.river.test.spec.security.util
-
Class implementing PrivilegedExceptionAction interface.
- TestPrivilegedExceptionAction() - Constructor for class org.apache.river.test.spec.security.util.TestPrivilegedExceptionAction
-
Default constructor.
- TestPrivilegedExceptionAction(Permission) - Constructor for class org.apache.river.test.spec.security.util.TestPrivilegedExceptionAction
-
Sets Permission to check to parameter's value.
- TestPullListener - Interface in org.apache.river.test.impl.mercury
-
- TestPullListenerImpl - Class in org.apache.river.test.impl.mercury
-
- TestPullListenerImpl(String[], LifeCycle) - Constructor for class org.apache.river.test.impl.mercury.TestPullListenerImpl
-
- TestRemoteInterface - Interface in org.apache.river.test.spec.iiop.util
-
Remote interface providing 3 methods.
- TestRemoteInterface - Interface in org.apache.river.test.spec.jrmp.util
-
Remote interface providing 2 methods.
- TestRemoteObject - Class in org.apache.river.test.spec.iiop.util
-
Simple class implementing Remote interface for constructing remote objects.
- TestRemoteObject() - Constructor for class org.apache.river.test.spec.iiop.util.TestRemoteObject
-
Default constructor.
- TestRemoteObject(String) - Constructor for class org.apache.river.test.spec.iiop.util.TestRemoteObject
-
Creates a new TestRemoteObject with the given name.
- TestRemoteObject - Class in org.apache.river.test.spec.jrmp.util
-
Simple class implementing Remote interface for constructing remote objects.
- TestRemoteObject() - Constructor for class org.apache.river.test.spec.jrmp.util.TestRemoteObject
-
Default constructor.
- TestRemoteObject(String) - Constructor for class org.apache.river.test.spec.jrmp.util.TestRemoteObject
-
Creates a new TestRemoteObject with the given name.
- testResource(String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Cofiguring resource and testing actions.
- testResource(String[], String) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Cofiguring resource and testing actions.
- testResource(String[], String, ClassLoader) - Method in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
Cofiguring resource and testing actions.
- TestResult - Class in org.apache.river.qa.harness
-
Utility class to hold a test result.
- TestResult(TestRun, boolean, int, String) - Constructor for class org.apache.river.qa.harness.TestResult
-
The standard constructor.
- TestRun - Class in org.apache.river.qa.harness
-
A struct to hold a pair.
- TestRun(TestDescription, String) - Constructor for class org.apache.river.qa.harness.TestRun
-
- TestServerEndpoint - Class in org.apache.river.test.spec.jeri.basicjeriexporter.util
-
- TestServerEndpoint() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.util.TestServerEndpoint
-
- TestServerEndpoint - Class in org.apache.river.test.spec.jeri.connection.util
-
Utility class that implements an instrumented ServerEndpoint
- TestServerEndpoint(int) - Constructor for class org.apache.river.test.spec.jeri.connection.util.TestServerEndpoint
-
- TestServerEndpoint - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class that implements net.jini.jeri.ServerEndpoint.
- TestServerEndpoint(int) - Constructor for class org.apache.river.test.spec.jeri.mux.util.TestServerEndpoint
-
- TestServerEndpointTest - Class in org.apache.river.test.spec.jeri.basicjeriexporter.util
-
- TestServerEndpointTest() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.util.TestServerEndpointTest
-
- TestServerEndpointTest - Class in org.apache.river.test.spec.jeri.connection.util
-
- TestServerEndpointTest() - Constructor for class org.apache.river.test.spec.jeri.connection.util.TestServerEndpointTest
-
- TestServerSocketFactory - Class in org.apache.river.test.spec.jeri.transport.util
-
- TestServerSocketFactory() - Constructor for class org.apache.river.test.spec.jeri.transport.util.TestServerSocketFactory
-
- TestService - Interface in org.apache.river.test.impl.start
-
Fake service used by ClassLoaderTest, ClasspathTest,
CodebaseTest and SecurityTest.
- TestService - Interface in org.apache.river.test.spec.jeri.basicjeritrustverifier.util
-
Interface for dummy test service
- TestService - Interface in org.apache.river.test.spec.jeri.connection.util
-
- TestService - Interface in org.apache.river.test.spec.jeri.mux.util
-
Utility interface for a service used in testing
- testService - Variable in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- TestService(int) - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.TestService
-
- TestService(int) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestService
-
- TestServiceBadEquals(int) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestServiceBadEquals
-
- TestServiceDummyClass0 - Class in org.apache.river.test.impl.start
-
A dummy class used by ClasspathTest
that must be defined in a class loader
that is common to all application class loaders.
- TestServiceDummyClass0() - Constructor for class org.apache.river.test.impl.start.TestServiceDummyClass0
-
- TestServiceDummyClass1 - Class in org.apache.river.test.impl.start
-
A dummy class used by CodebaseTest.
- TestServiceDummyClass1() - Constructor for class org.apache.river.test.impl.start.TestServiceDummyClass1
-
- TestServiceDummyClass2 - Class in org.apache.river.test.impl.start
-
A dummy class used by ClasspathTest.
- TestServiceDummyClass2() - Constructor for class org.apache.river.test.impl.start.TestServiceDummyClass2
-
- TestServiceDummyClass3 - Class in org.apache.river.test.impl.start
-
A dummy class used by ClasspathTest.
- TestServiceDummyClass3() - Constructor for class org.apache.river.test.impl.start.TestServiceDummyClass3
-
- TestServiceImpl - Class in org.apache.river.test.impl.start
-
Activatable implementation of the TestService interface.
- TestServiceImpl(ActivationID, MarshalledObject) - Constructor for class org.apache.river.test.impl.start.TestServiceImpl
-
- TestServiceImpl(String[], LifeCycle) - Constructor for class org.apache.river.test.impl.start.TestServiceImpl
-
- TestServiceImpl - Class in org.apache.river.test.spec.jeri.basicjeritrustverifier.util
-
Implementation class for test remote services
- TestServiceImpl() - Constructor for class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.TestServiceImpl
-
- TestServiceImpl - Class in org.apache.river.test.spec.jeri.connection.util
-
- TestServiceImpl() - Constructor for class org.apache.river.test.spec.jeri.connection.util.TestServiceImpl
-
- TestServiceImpl - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class that implements a test service used in testing
- TestServiceImpl() - Constructor for class org.apache.river.test.spec.jeri.mux.util.TestServiceImpl
-
- TestServiceIntAttr() - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.TestServiceIntAttr
-
- TestServiceIntAttr(int) - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.TestServiceIntAttr
-
- TestServiceIntAttr() - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestServiceIntAttr
-
- TestServiceIntAttr(int) - Constructor for class org.apache.river.test.spec.servicediscovery.AbstractBaseTest.TestServiceIntAttr
-
- TestServiceNoConsImpl - Class in org.apache.river.test.impl.start
-
Dummy class to test failure mode of service starter framework.
- TestServiceNoConsImpl() - Constructor for class org.apache.river.test.impl.start.TestServiceNoConsImpl
-
- TestServiceSharedMap - Class in org.apache.river.test.impl.start
-
A shared class used by ClassLoaderTest
that must be defined in a class loader
that is common to all application class loaders.
- TestServiceStringAttr() - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.TestServiceStringAttr
-
- TestServiceStringAttr(String) - Constructor for class org.apache.river.test.spec.joinmanager.AbstractBaseTest.TestServiceStringAttr
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.AddListenerEvent
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.DiscardServiceUp
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupDropProxyTaskRace
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupTaskRace
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.LookupTaskServiceIdMapRace
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.NotifyEventDropProxyTaskRace
-
- testServiceType - Variable in class org.apache.river.test.impl.servicediscovery.event.ReRegisterGoodEquals
-
- testServiceType - Variable in class org.apache.river.test.spec.servicediscovery.event.ModifyAttrServiceChanged
-
- testServiceValOdd(AbstractBaseTest.TestService) - Static method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest
-
- TestSocketFactory - Class in org.apache.river.test.spec.jeri.ssltrustverifier.util
-
Dummy socket factory for testing
- TestSocketFactory(boolean) - Constructor for class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestSocketFactory
-
- TestSocketFactory - Class in org.apache.river.test.spec.jeri.transport.util
-
- TestSocketFactory() - Constructor for class org.apache.river.test.spec.jeri.transport.util.TestSocketFactory
-
- TestStatusRequest - Class in org.apache.river.qa.harness
-
The messages which can be sent to a SlaveTest.
- TestTaskProducerImpl - Class in org.apache.river.test.impl.lookupdiscovery.util
-
- TestTaskProducerImpl() - Constructor for class org.apache.river.test.impl.lookupdiscovery.util.TestTaskProducerImpl
-
- testTemplate(SimpleEntry, boolean, Transaction, long, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractReadTestBase
-
Main testing method which tests read/readIfExists method
with or without transactions, measure time of invocation
and check that result entry match specified template.
- testTemplate(SimpleEntry, Transaction, long, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractReadTestBase
-
This method just pass it's parameters to main tesing method to test
correct templates
- testTemplate(SimpleEntry, boolean, Transaction, long, int, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractTakeTestBase
-
Main testing method which tests take/takeIfExists method
with or without transactions, measure time of invocation
and check that result entry match specified template.
- testTemplate(SimpleEntry, Transaction, long, int, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractTakeTestBase
-
This method just pass it's parameters to main tesing method to test
correct templates
- testTemplate(SimpleEntry, boolean, Transaction, long, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadTestBase
-
Main testing method which tests read/readIfExists method
with or without transactions, measure time of invocation
and check that result entry match specified template.
- testTemplate(SimpleEntry, Transaction, long, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadTestBase
-
This method just pass it's parameters to main tesing method to test
correct templates
- testTemplate(SimpleEntry, boolean, Transaction, long, int, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeTestBase
-
Main testing method which tests take/takeIfExists method
with or without transactions, measure time of invocation
and check that result entry match specified template.
- testTemplate(SimpleEntry, Transaction, long, int, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeTestBase
-
This method just pass it's parameters to main tesing method to test
correct templates
- TestTrustIterator - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing ProxyTrustIterator interface having constructor with 1
paramter: Object[], whose 'next' method returns objects specified in
constructor's parameter in the same sequence (i.e. obj[0] first,
then obj[1] ... etc.)
- TestTrustIterator(Object[]) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TestTrustIterator
-
Constructs iterator from given array.
- TestTrustVerifierCtx - Class in org.apache.river.test.spec.jeri.basicjeritrustverifier.util
-
Dummy trust verifier context used in BasicJeriTrustVerifier tests
- TestTrustVerifierCtx(boolean, ClassLoader) - Constructor for class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.TestTrustVerifierCtx
-
- TestTrustVerifierCtx(boolean, ClassLoader, RemoteException) - Constructor for class org.apache.river.test.spec.jeri.basicjeritrustverifier.util.TestTrustVerifierCtx
-
- TestTrustVerifierCtxSSL - Class in org.apache.river.test.spec.jeri.ssltrustverifier.util
-
Dummy trust verifier context used in SSLTrustVerifier tests
- TestTrustVerifierCtxSSL() - Constructor for class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestTrustVerifierCtxSSL
-
- TestTrustVerifierCtxSSL(Throwable) - Constructor for class org.apache.river.test.spec.jeri.ssltrustverifier.util.TestTrustVerifierCtxSSL
-
- testType - Variable in class org.apache.river.test.share.BaseQATest
-
- testURL - Variable in class org.apache.river.test.spec.url.httpmd.httpmdutil.ComputeDigest.TestItem
-
URL object
- testURL - Variable in class org.apache.river.test.spec.url.util.AbstractProvidesIntegrity.TestItem
-
- TestUtil - Class in org.apache.river.test.impl.start
-
- TestUtil() - Constructor for class org.apache.river.test.impl.start.TestUtil
-
- TestUtils - Class in org.apache.river.test.impl.mercury
-
- TestUtils() - Constructor for class org.apache.river.test.impl.mercury.TestUtils
-
- testWrongTemplate(SimpleEntry, Transaction, long, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractReadTestBase
-
This method just pass it's parameters to main tesing method to test
wrong templates
- testWrongTemplate(SimpleEntry, Transaction, long, int, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.AbstractTakeTestBase
-
This method just pass it's parameters to main tesing method to test
wrong templates
- testWrongTemplate(SimpleEntry, Transaction, long, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotReadTestBase
-
This method just pass it's parameters to main tesing method to test
wrong templates
- testWrongTemplate(SimpleEntry, Transaction, long, int, int, boolean) - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotTakeTestBase
-
This method just pass it's parameters to main tesing method to test
wrong templates
- ThreeArgFiniteOwner - Class in org.apache.river.test.impl.norm
-
BaseOwner for leases who have a finite membership expiration
and are added using the three arg form of renewFor
- ThreeArgFiniteOwner(long, long, long, long, long, Object) - Constructor for class org.apache.river.test.impl.norm.ThreeArgFiniteOwner
-
Simple constructor
- THROW - Static variable in class org.apache.river.test.impl.reliability.AppleEvent
-
- throwables - Variable in class org.apache.river.test.spec.renewalservice.EventLeaseTest
-
the array for storing exceptions to be thrown.
- throwables - Variable in class org.apache.river.test.spec.renewalservice.RenewalFailureEventTest
-
the array for storing exceptions to be thrown.
- throwConfigurationException(ConfigurationException, List) - Method in class org.apache.river.test.spec.config.configurationfile.FakeConfigurationFile
-
- throwException(Object) - Static method in class org.apache.river.test.spec.config.util.TestComponent
-
Method that throws exception.
- throwException(String) - Static method in class org.apache.river.test.spec.jeri.connection.util.ListenOperation
-
- ThrowingRE - Interface in org.apache.river.test.spec.security.proxytrust.util
-
Interface showing that checked method of this class will throw
RemoteExceptions.
- ThrowRuntimeException - Class in org.apache.river.test.impl.outrigger.notify
-
Check to see how space deals with RuntimeException being thrown by
event handlers.
- ThrowRuntimeException() - Constructor for class org.apache.river.test.impl.outrigger.notify.ThrowRuntimeException
-
- throwsException() - Method in interface org.apache.river.test.spec.activation.util.ExceptionThrowingInterface
-
- throwsException() - Method in class org.apache.river.test.spec.activation.util.ExceptionThrowingProxy
-
- TimedReceiveTask - Class in org.apache.river.test.spec.jeri.mux.util
-
Utility class to receive a message within a given period of time.
- TimedReceiveTask(Message, InputStream, long) - Constructor for class org.apache.river.test.spec.jeri.mux.util.TimedReceiveTask
-
- TIMEOUT - Static variable in interface org.apache.river.test.impl.end2end.e2etest.TestCoordinator
-
exit code for a timeout detected on a remote call
- timeout1 - Variable in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
First timeout for testing in ms.
- timeout2 - Variable in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Second timeout for testing in ms.
- timingStats - Variable in class org.apache.river.test.impl.outrigger.matching.StressTest
-
If set, compute timing statistics for reads, takes, and
and write operations.
- tmpDirName - Variable in class org.apache.river.test.spec.config.configurationfile.Template_Test
-
Name of temporary directory from system java.io.tmpdir property.
- tmpDirName - Variable in class org.apache.river.test.spec.config.configurationprovider.GetInstance_QATest
-
System temporary dir name.
- toCommaSeparatedStr(String[]) - Static method in class org.apache.river.test.share.GroupsUtil
-
Converts a String array to a comma-separated
String in which each token corresponds to an element
of the input array.
- toGroupsArray(List) - Static method in class org.apache.river.test.share.BaseQATest
-
Returns an array of group names in which each element of the
array is an element of one of the group array component values
of an element of the given ArrayList containing
instances of LocatorGroupsPair.
- toGroupsToDiscover(List, int) - Static method in class org.apache.river.test.spec.discoverymanager.AbstractBaseTest
-
This method returns a String array, where each element corresponds to
one of the member groups of the lookup services contained in the given
list of LocatorGroupsPair instances.
- ToJoinPair(LookupLocator[], String[]) - Constructor for class org.apache.river.test.share.BaseQATest.ToJoinPair
-
- ToJoinPair(LookupLocator[]) - Constructor for class org.apache.river.test.share.BaseQATest.ToJoinPair
-
- ToJoinPair(String[]) - Constructor for class org.apache.river.test.share.BaseQATest.ToJoinPair
-
- toLocatorArray(List) - Static method in class org.apache.river.test.share.BaseQATest
-
Returns an array of locators in which each element of the array is
the locator component of an element of the given ArrayList
containing instances of LocatorGroupsPair.
- toLocatorsToDiscover(List, int) - Static method in class org.apache.river.test.spec.discoverymanager.AbstractBaseTest
-
This method returns an array of LookupLocator instances, where
each element corresponds to an element of the given list of
LocatorGroupsPair instances.
- toString() - Method in class org.apache.river.qa.harness.MainTestDescription
-
Return a string representation of this object.
- toString() - Method in class org.apache.river.qa.harness.TestDescription
-
Return a string representation of this object.
- toString() - Method in class org.apache.river.qa.harness.TestResult
-
Returns a string representation of this test result object.
- toString() - Method in class org.apache.river.test.impl.end2end.jssewrapper.EndpointWrapper
-
- toString() - Method in class org.apache.river.test.impl.end2end.jssewrapper.ServerEndpointWrapper
-
- toString() - Method in class org.apache.river.test.impl.mahalo.NoOpLease
-
- toString() - Method in class org.apache.river.test.impl.norm.ConstrainableTestLease
-
- toString() - Method in class org.apache.river.test.impl.norm.TestLease
-
- toString() - Method in class org.apache.river.test.impl.outrigger.matching.NBEUniqueEntry
-
- toString() - Method in class org.apache.river.test.impl.outrigger.transaction.SimpleEntry
-
- toString() - Method in class org.apache.river.test.impl.outrigger.transaction.SpaceOperation
-
Returns string expression of this operation.
- toString() - Method in class org.apache.river.test.impl.reliability.AppleEvent
-
- toString() - Method in class org.apache.river.test.impl.reliability.AppleImpl
-
- toString() - Method in class org.apache.river.test.impl.reliability.OrangeEchoImpl
-
- toString() - Method in class org.apache.river.test.impl.reliability.OrangeImpl
-
- toString() - Method in class org.apache.river.test.share.ConstrainableTestLease
-
- toString() - Method in class org.apache.river.test.share.ConstrainableUnreadableTestLease
-
- toString() - Method in class org.apache.river.test.share.TestLease
-
- toString() - Method in class org.apache.river.test.spec.constraint.coreconstraint.PrincipalTypeConstructorsTest.NotPrincipal
-
- toString() - Method in class org.apache.river.test.spec.constraint.util.TestPrincipal
-
Method from Principal interface.
- toString() - Method in class org.apache.river.test.spec.export.util.AnFakeType
-
- toString() - Method in class org.apache.river.test.spec.export.util.FakeType
-
Converts the
FakeType object to
a String.
- toString() - Method in class org.apache.river.test.spec.iiop.util.TestRemoteObject
-
Creates the string representation of this TestRemoteObject.
- toString() - Method in class org.apache.river.test.spec.javaspace.conformance.NotifyCounter
-
Creates the string representation of this counter.
- toString() - Method in class org.apache.river.test.spec.javaspace.conformance.SimpleEntry
-
Creates the string representation of this SimpleEntry.
- toString() - Method in class org.apache.river.test.spec.javaspace.conformance.snapshot.SnapshotNotifyCounter
-
Creates the string representation of this counter.
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.AbortMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.AcknowledgementMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.ClientConnectionHeader
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.CloseMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.DataMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.ErrorMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.IncrementRationMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.PingAckMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.PingMessage
-
- toString() - Method in class org.apache.river.test.spec.jeri.mux.util.ServerConnectionHeader
-
- toString() - Method in class org.apache.river.test.spec.joinmanager.AbstractBaseTest.TestService
-
- toString() - Method in class org.apache.river.test.spec.jrmp.util.TestRemoteObject
-
Creates the string representation of this TestRemoteObject.
- toString() - Method in class org.apache.river.test.spec.policyprovider.util.QAPrincipal
-
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.BaseTrustVerifierContext
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.TestTrustIterator
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrueProxyTrust
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrueTrustVerifierContext
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContext
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContextThrowingRE
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContextThrowingSE
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.ValidIHandler
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.proxytrust.util.ValidNonProxyObject
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.test.spec.security.util.FakePrincipal
-
Method from Principal interface.
- toString() - Method in class org.apache.river.test.spec.security.util.TestDynamicPolicyProvider
-
Returns string representation of the object.
- toString() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
- toString() - Method in class org.apache.river.tool.ProfilingSecurityManager
-
- ToString_Test - Class in org.apache.river.test.spec.config.configurationexception
-
- ToString_Test() - Constructor for class org.apache.river.test.spec.config.configurationexception.ToString_Test
-
- ToString_Test - Class in org.apache.river.test.spec.config.configurationfile
-
Purpose:
This test verifies the behavior of the toString() method of
ConfigurationFile class.
- ToString_Test() - Constructor for class org.apache.river.test.spec.config.configurationfile.ToString_Test
-
- ToString_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc
-
Purpose:
This test verifies the behavior of the toString method of
MethodDesc class.
- ToString_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.methoddesc.ToString_Test
-
- ToString_Test - Class in org.apache.river.test.spec.constraint.basicmethodconstraints
-
Purpose:
This test verifies the behavior of the toString method of
BasicMethodConstraints class.
- ToString_Test() - Constructor for class org.apache.river.test.spec.constraint.basicmethodconstraints.ToString_Test
-
- ToString_Test - Class in org.apache.river.test.spec.security.basicproxypreparer
-
Purpose:
This test verifies the behavior of the BasicProxyPreparer class
toString method:
String toString()
Test Cases:
This test contains three test case - one for each form
of constructor.
- ToString_Test() - Constructor for class org.apache.river.test.spec.security.basicproxypreparer.ToString_Test
-
- ToStringTest - Class in org.apache.river.test.spec.constraint.coreconstraint
-
Purpose:
This test verifies the behavior of the following methods:
ClientAuthentication.toString()
ClientMaxPrincipal.toString()
ClientMaxPrincipalType.toString()
ClientMinPrincipal.toString()
ClientMinPrincipalType.toString()
Confidentiality.toString()
ConnectionAbsoluteTime.toString()
ConnectionRelativeTime.toString()
ConstraintAlternatives.toString()
Delegation.toString()
DelegationAbsoluteTime.toString()
DelegationRelativeTime.toString()
Integrity.toString()
InvocationConstraints.toString()
ServerAuthentication.toString()
ServerMinPrincipal.toString()
All of these methods should return a string representation of the
corresponding object.
- ToStringTest() - Constructor for class org.apache.river.test.spec.constraint.coreconstraint.ToStringTest
-
- ToStringTest - Class in org.apache.river.test.spec.lookupservice
-
LegacyTest that verifies that toString() methods of ServiceItem,
ServiceMatches, and ServiceTemplate can handle null values,
0-length arrays, and arrays with null elements.
- ToStringTest() - Constructor for class org.apache.river.test.spec.lookupservice.ToStringTest
-
- ToStringTest.ObjectFactory - Class in org.apache.river.test.spec.lookupservice
-
- totalEntries - Variable in class org.apache.river.test.impl.outrigger.matching.AuditorSummary
-
Total number of entries in the the Auditor's log
- TraceException() - Constructor for exception org.apache.river.test.spec.security.basicproxypreparer.Grant_Test.TraceException
-
- TraceException() - Constructor for exception org.apache.river.test.spec.security.basicproxypreparer.PrepareProxy_Test.TraceException
-
- TraceException() - Constructor for exception org.apache.river.test.spec.security.basicproxypreparer.SetConstraints_Test.TraceException
-
- TraceException() - Constructor for exception org.apache.river.test.spec.security.basicproxypreparer.Verify_Test.TraceException
-
- TrackingOwner - Class in org.apache.river.test.share
-
Base class for owners that don't cause failures.
- TrackingOwner(long, long, long, long, long, Object, QAConfig) - Constructor for class org.apache.river.test.share.TrackingOwner
-
Simple constructor
- trackLease(Lease) - Method in class org.apache.river.qa.harness.QATestEnvironment
-
Track a lease for automatic cancellation when the test ends.
- trans_str - Static variable in class org.apache.river.test.spec.lookupservice.QATestUtils
-
Strings describing event transition states used in debugging
- transaction - Variable in class org.apache.river.test.share.TesterTransaction
-
The ServerTransaction for us.
- TransactionAbortWriteTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionAbortWriteTest asserts that entries written under a transaction
that aborts are discarded.
- TransactionAbortWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionAbortWriteTest
-
- TransactionCommitTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionCommitTakeIfExistsTest asserts that a takeIfExists is considered
to be successful only if all enclosing transactions commit successfully.
- TransactionCommitTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionCommitTakeIfExistsTest
-
- TransactionCommitTakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionCommitTakeTest asserts that a take is considered to be successful
only if all enclosing transactions commit successfully.
- TransactionCommitTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionCommitTakeTest
-
- TransactionCommitWriteTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionCommitWriteTest asserts that an entry that is written under the
non null transaction is not visible outside its transaction until the
transaction successfully commits.
- TransactionCommitWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionCommitWriteTest
-
- TransactionContentsTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionContentsTest05 tests JavaSpace05.contents method
with usage of transactions.
- TransactionContentsTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionContentsTest05
-
- TransactionCreatedToStringTest - Class in org.apache.river.test.impl.mahalo
-
- TransactionCreatedToStringTest() - Constructor for class org.apache.river.test.impl.mahalo.TransactionCreatedToStringTest
-
- TransactionExpirationTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionExpirationTest asserts, that when the lease expires,
the entry is removed from the space within the transaction.
- TransactionExpirationTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionExpirationTest
-
- TransactionLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionLeaseTest asserts, that each write invocation within the non null
transaction returns a Lease object that is lease milliseconds long.
- TransactionLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionLeaseTest
-
- TransactionManagerCreatedToStringTest - Class in org.apache.river.test.impl.mahalo
-
- TransactionManagerCreatedToStringTest() - Constructor for class org.apache.river.test.impl.mahalo.TransactionManagerCreatedToStringTest
-
- TransactionMultipleTakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionMultipleTakeIfExistsNO_WAITTest asserts that for takeIfExists
with NO_WAIT timeout within the non null transaction:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TransactionMultipleTakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeIfExistsNO_WAITTest
-
- TransactionMultipleTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionMultipleTakeIfExistsTest asserts that for takeIfExists with
timeouts other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TransactionMultipleTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeIfExistsTest
-
- TransactionMultipleTakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionMultipleTakeNO_WAITTest asserts that for take with NO_WAIT
timeout within the non null transaction:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TransactionMultipleTakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeNO_WAITTest
-
- TransactionMultipleTakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionMultipleTakeTest asserts that for take with timeouts
other then NO_WAIT within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TransactionMultipleTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionMultipleTakeTest
-
- TransactionNotifyLeaseANYTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionNotifyLeaseANYTest asserts, that for notify with
Lease.ANY lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- TransactionNotifyLeaseANYTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyLeaseANYTest
-
- TransactionNotifyLeaseFOREVERTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionNotifyLeaseFOREVERTest asserts, that for notify with
Lease.FOREVER lease time within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- TransactionNotifyLeaseFOREVERTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyLeaseFOREVERTest
-
- TransactionNotifyNegativeLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionNotifyNegativeLeaseTest asserts, that we will get
an IllegalArgumentException if the lease time requested
is not Lease.ANY and is negative within the non null transaction.
- TransactionNotifyNegativeLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyNegativeLeaseTest
-
- TransactionNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionNotifyTest asserts, that for notify with finite lease times
within the non null transaction:
1) A notify request's matching is done as it is for read
2) Writing an entry into a space might generate notifications
to registered objects.
3) When matching entries arrive, the specified RemoteEventListener will
eventually be notified by invoking listener's notify method.
- TransactionNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionNotifyTest
-
- TransactionReadIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadIfExistsNO_WAITTest asserts that for readIfExists
within the non null transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TransactionReadIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsNO_WAITTest
-
- TransactionReadIfExistsTakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadIfExistsTakeTest asserts that when read by readIfExists
method, an entry may be read in any other transaction to which the entry
is visible, but cannot be taken in another transaction.
- TransactionReadIfExistsTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsTakeTest
-
- TransactionReadIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadIfExistsTest asserts that for readIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a match is found by readIfExists, a reference to a copy of the
matching entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
4) A readIfExists request will return a matching entry, or null if there
is currently no matching entry in the space.
- TransactionReadIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsTest
-
- TransactionReadIfExistsWaitTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadIfExistsWaitTest asserts, that for readIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- TransactionReadIfExistsWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadIfExistsWaitTest
-
- TransactionReadNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadNO_WAITTest asserts that for read within the non null
transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a match is found by read, a reference to a copy of the matching
entry is returned.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TransactionReadNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadNO_WAITTest
-
- TransactionReadTakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadTakeTest asserts that when read, an entry may be read in any
other transaction to which the entry is visible, but cannot be taken in
another transaction.
- TransactionReadTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadTakeTest
-
- TransactionReadTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadTest asserts that for read with timeouts other then NO_WAIT
within the non null transaction:
1) If a match is found by read, a reference to a copy of the matching
entry is returned.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TransactionReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadTest
-
- TransactionReadWaitTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionReadWaitTest asserts that a read request will wait
until a matching entry is found or until transactions settle,
whichever is longer, up to the timeout period.
- TransactionReadWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionReadWaitTest
-
- TransactionRegisterForAvailabilityEventTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
RegisterForAvailabilityEventTest05 tests
JavaSpace05.registerForAvailabilityEvent method with usage of transactions.
- TransactionRegisterForAvailabilityEventTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionRegisterForAvailabilityEventTest05
-
- TransactionTakeIfExistsNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeIfExistsNO_WAITTest asserts that for takeIfExists
within the non null transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TransactionTakeIfExistsNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsNO_WAITTest
-
- TransactionTakeIfExistsReadTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeIfExistsReadTest asserts that when taken by takeIfExists
method, an entry may not be read or taken by any other transaction.
- TransactionTakeIfExistsReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsReadTest
-
- TransactionTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeIfExistsTest asserts that for takeIfExists with timeouts
other then NO_WAIT within the non null transaction:
1) If a takeIfExists returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TransactionTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsTest
-
- TransactionTakeIfExistsWaitTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeIfExistsWaitTest asserts, that for TakeIfExists method
if the only possible matches for the template have conflicting locks
from one or more other transactions, the timeout value specifies how long
the client is willing to wait for interfering transactions to settle
before returning a values and that if at the end of that time no value
can be returned that would not interfere with transactional state,
null is returned.
- TransactionTakeIfExistsWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeIfExistsWaitTest
-
- TransactionTakeNO_WAITTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeNO_WAITTest asserts that for take within the non null
transaction with NO_WAIT timeout:
1) A timeout of NO_WAIT means to return immediately, with no waiting,
which is equivalent to using a zero timeout.
2) If a take returns a non-null value, the entry has been removed
from the space.
3) If no match is found, null is returned.
4) Passing a null reference for the template will match any entry.
- TransactionTakeNO_WAITTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeNO_WAITTest
-
- TransactionTakeReadTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeReadTest asserts that when taken,
an entry may not be read or taken by any other transaction.
- TransactionTakeReadTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeReadTest
-
- TransactionTakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeTest asserts that for take with timeouts other then NO_WAIT
within the non null transaction:
1) If a take returns a non-null value, the entry has been removed
from the space.
2) If no match is found, null is returned.
3) Passing a null reference for the template will match any entry.
- TransactionTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeTest
-
- TransactionTakeTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeTest05 tests JavaSpace05.take method
with usage of transactions.
- TransactionTakeTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeTest05
-
- TransactionTakeWaitTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionTakeWaitTest asserts that a take request will wait
until a matching entry is found or until transactions settle,
whichever is longer, up to the timeout period.
- TransactionTakeWaitTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTakeWaitTest
-
- TransactionTest - Class in org.apache.river.test.spec.javaspace.conformance
-
Abstract Test base for all javaspace conformance tests.
- TransactionTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionTest
-
- TransactionTestBase - Class in org.apache.river.test.impl.outrigger.transaction
-
This class provides a common facilities of tests in this package.
- TransactionTestBase() - Constructor for class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- TransactionWriteLeaseANYTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteLeaseANYTest asserts that write with Lease.ANY
value for lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) IllegalArgumentException will not be thrown while this operations.
3) The Entry passed to the write is not affected by this operations.
4) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- TransactionWriteLeaseANYTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteLeaseANYTest
-
- TransactionWriteLeaseFOREVERTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteLeaseFOREVERTest asserts that write with
Lease.FOREVER lease time within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- TransactionWriteLeaseFOREVERTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteLeaseFOREVERTest
-
- TransactionWriteNegativeLeaseTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteNegativeLeaseTest asserts, that we will get an
IllegalArgumentException if the lease time requested is negative
and is not equal to Lease.ANY within the non null transaction.
- TransactionWriteNegativeLeaseTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteNegativeLeaseTest
-
- TransactionWriteTakeIfExistsNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteTakeIfExistsNotifyTest asserts, that if an entry is written
under a transaction and then taken by takeIfExists method under that same
transaction before the transaction is committed, listeners registered
under a null transaction will not be notified of that entry.
- TransactionWriteTakeIfExistsNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeIfExistsNotifyTest
-
- TransactionWriteTakeIfExistsTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteTakeIfExistsTest asserts that if the entry is written and
after that is taken by takeIfExists method within the non null
transaction, the entry will never be visible outside the transaction and
will not be added to the space when the transaction commits.
- TransactionWriteTakeIfExistsTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeIfExistsTest
-
- TransactionWriteTakeNotifyTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteTakeNotifyTest asserts, that if an entry is written under
a transaction and then taken under that same transaction before the
transaction is committed, listeners registered under a null transaction
will not be notified of that entry.
- TransactionWriteTakeNotifyTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeNotifyTest
-
- TransactionWriteTakeTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteTakeTest asserts that if the entry is written and after that
is taken within the non null transaction, the entry will never be visible
outside the transaction and will not be added to the space when the
transaction commits.
- TransactionWriteTakeTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTakeTest
-
- TransactionWriteTest - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteTest asserts that write with positive finite lease times
within the non null transaction:
1) Places a copy of an entry into the given JavaSpaces service,
even if the same Entry object is used in more than one write.
2) The Entry passed to the write is not affected by this operations.
3) If a write returns without throwing an exception, that entry is
committed to the space, possibly within a transaction.
- TransactionWriteTest() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTest
-
- TransactionWriteTest05 - Class in org.apache.river.test.spec.javaspace.conformance
-
TransactionWriteTest05 tests JavaSpace05.write method
with usage of transactions.
- TransactionWriteTest05() - Constructor for class org.apache.river.test.spec.javaspace.conformance.TransactionWriteTest05
-
- transform(ServiceDescriptor) - Method in interface org.apache.river.qa.harness.ServiceDescriptorTransformer
-
Mutate the ServiceDescriptor.
- TransientModeVerifier - Class in org.apache.river.test.impl.joinmanager
-
A configuration verifier used by tests which should only be run
if reggie is configured to run in transient mode.
- TransientModeVerifier() - Constructor for class org.apache.river.test.impl.joinmanager.TransientModeVerifier
-
- TransportListener - Interface in org.apache.river.test.spec.jeri.basicjeriexporter.util
-
Interface that denotes interest in transport layer
events
- TransportListener - Interface in org.apache.river.test.spec.jeri.connection.util
-
Interface that denotes interest in transport layer
events
- TransportListenerHelper() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_ForceFalse.TransportListenerHelper
-
- TransportListenerHelper() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_ForceTrue.TransportListenerHelper
-
- TransportListenerHelper() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_InProgressForceFalse.TransportListenerHelper
-
- TransportListenerHelper() - Constructor for class org.apache.river.test.spec.jeri.basicjeriexporter.UnexportTest_InProgressForceTrue.TransportListenerHelper
-
- TrueDynamicPolicyProvider - Class in org.apache.river.test.spec.security.util
-
Policy provider implementing DynamicPolicy interface whose 'grantSupported'
method always returns true.
- TrueDynamicPolicyProvider() - Constructor for class org.apache.river.test.spec.security.util.TrueDynamicPolicyProvider
-
- TrueIntegrityVerifier - Class in org.apache.river.test.spec.security.util
-
Class implementing IntegrityVerifier interface whose 'providesIntegrity'
method always returns true.
- TrueIntegrityVerifier() - Constructor for class org.apache.river.test.spec.security.util.TrueIntegrityVerifier
-
- TrueProxyTrust - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing RemoteMethodControl and ProxyTrust interfaces whose
'getProxyVerifier' method returns TrueTrustVerifier instance.
- TrueProxyTrust() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrueProxyTrust
-
Default constructor.
- TrueTrustVerifier - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier interface whose 'isTrustedObject' method
always returns true.
- TrueTrustVerifier() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrueTrustVerifier
-
- TrueTrustVerifier - Class in org.apache.river.test.spec.security.util
-
Class implementing TrustVerifier interface whose 'isTrustedObject' method
always returns true.
- TrueTrustVerifier() - Constructor for class org.apache.river.test.spec.security.util.TrueTrustVerifier
-
- TrueTrustVerifierContext - Class in org.apache.river.test.spec.constraint.util
-
Class implementing TrustVerifier.Context interface whose 'isTrustedObject'
method always returns true.
- TrueTrustVerifierContext() - Constructor for class org.apache.river.test.spec.constraint.util.TrueTrustVerifierContext
-
- TrueTrustVerifierContext - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier.Context interface having constructor with 1
parameter: Object[].
- TrueTrustVerifierContext(Object[]) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrueTrustVerifierContext
-
Constructor saving array of context objects.
- TrustEquivalenceSocketFactory - Class in org.apache.river.test.spec.jeri.transport.util
-
- TrustEquivalenceSocketFactory() - Constructor for class org.apache.river.test.spec.jeri.transport.util.TrustEquivalenceSocketFactory
-
- TrustIteratorThrowingRE - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing ProxyTrustIterator interface whose 'next' method always
throws RemoteException.
- TrustIteratorThrowingRE(Object[]) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustIteratorThrowingRE
-
Constructs iterator from given array.
- TrustVerifierContext - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier.Context interface having constructor with 1
parameter: Object[].
- TrustVerifierContext(Object[]) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContext
-
Constructor saving array of context objects, false limit of 2.
- TrustVerifierContext(Object[], int) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContext
-
Constructor saving array of context objects.
- TrustVerifierContextThrowingRE - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier.Context interface having constructor with 1
parameter: Collection.
- TrustVerifierContextThrowingRE(Object[]) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContextThrowingRE
-
Constructor saving array of context objects.
- TrustVerifierContextThrowingSE - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier.Context interface having constructor with 1
parameter: Collection.
- TrustVerifierContextThrowingSE(Object[]) - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierContextThrowingSE
-
Constructor saving array of context objects.
- TrustVerifierThrowingRE - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier interface whose 'isTrustedObject' method
always throws RemoteException.
- TrustVerifierThrowingRE() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierThrowingRE
-
- TrustVerifierThrowingRE - Class in org.apache.river.test.spec.security.util
-
Class implementing TrustVerifier interface whose 'isTrustedObject' method
always throws RemoteException.
- TrustVerifierThrowingRE() - Constructor for class org.apache.river.test.spec.security.util.TrustVerifierThrowingRE
-
- TrustVerifierThrowingSE - Class in org.apache.river.test.spec.security.proxytrust.util
-
Class implementing TrustVerifier interface whose 'isTrustedObject' method
always throws SecurityException.
- TrustVerifierThrowingSE() - Constructor for class org.apache.river.test.spec.security.proxytrust.util.TrustVerifierThrowingSE
-
- TrustVerifierThrowingSE - Class in org.apache.river.test.spec.security.util
-
Class implementing TrustVerifier interface whose 'isTrustedObject' method
always throws SecurityException.
- TrustVerifierThrowingSE() - Constructor for class org.apache.river.test.spec.security.util.TrustVerifierThrowingSE
-
- tryOnce() - Method in class org.apache.river.test.impl.mahalo.AbortCommitStressTask
-
- tryOnce() - Method in class org.apache.river.test.impl.mahalo.AbortStressTask
-
- tryOnce() - Method in class org.apache.river.test.impl.mahalo.CommitAbortStressTask
-
- tryOnce() - Method in class org.apache.river.test.impl.mahalo.CommitStressTask
-
- tryShutdown - Variable in class org.apache.river.test.impl.outrigger.admin.IdenticalAdminIteratorTest
-
Are we going to shutdown the service in the middle of the test
- tryShutdown - Variable in class org.apache.river.test.share.LookupTestBase
-
- tv - Variable in class org.apache.river.test.spec.security.proxytrust.util.BaseProxyTrust
-
TrustVerifier created by getProxyVerifier method.
- TwoArgFiniteOwner - Class in org.apache.river.test.impl.norm
-
BaseOwner for leases who have a finite membership expiration
and are added using the two arg form of renewFor
- TwoArgFiniteOwner(long, long, long, long, Object) - Constructor for class org.apache.river.test.impl.norm.TwoArgFiniteOwner
-
Simple constructor
- TwoPhaseTest - Class in org.apache.river.test.spec.txnmanager
-
- TwoPhaseTest() - Constructor for class org.apache.river.test.spec.txnmanager.TwoPhaseTest
-
- twoSpaceSetup() - Method in class org.apache.river.test.impl.outrigger.transaction.TransactionTestBase
-
- TwoSpaceTest - Class in org.apache.river.test.impl.outrigger.transaction
-
Pass an entry between two JavaSpaces using one transaction.
- TwoSpaceTest() - Constructor for class org.apache.river.test.impl.outrigger.transaction.TwoSpaceTest
-
- txnAbort(Transaction) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Aborts specified transaction.
- txnCommit(Transaction) - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Commits specified transaction.
- TxnManagerTest - Class in org.apache.river.test.share
-
- TxnManagerTest() - Constructor for class org.apache.river.test.share.TxnManagerTest
-
- TxnManagerTestOpcodes - Interface in org.apache.river.test.share
-
The structure of a command sent to a TestParticipant is as follows
Operation field Exception field
-------------------------------------------------
|31|30|29|28|27|26|25|24|23|22|21|20|19|18|17|16| * * *
-------------------------------------------------
|<---------------- upper 16-------------------->|
---------------------------------------
* * * |15|14|13|12|11|10|9|8|7|6|5|4|3|2|1|0|
|--------------------------------------
|<------------ lower 16 ------------->|
bit# name description
=======================================================================
0 EXCEPTION_REMOTE throw a RemoteException
1 EXCEPTION_CANNOT_COMMIT throw CannotCommitException
2 EXCEPTION_CANNOT_ABORT throw CannotAbortExceptoin
3 EXCEPTION_CANNOT_JOIN throw CannotJoinException
4 OP_JOIN_IDEMPOTENT rejoin the transaction
5 OP_VOTE_NOTCHANGED vote NOTCHANGED on prepare
6 OP_VOTE_PREPARED vote PREPARED on prepare
7 OP_VOTE_ABORTED vote ABORTED on prepare
8 OP_INCR_CRASHCOUNT increment the crash count
9 OP_JOIN join the transaction
10 OP_EXCEPTION_ON_PREPARE allow exception on prepare
11 OP_EXCEPTION_ON_COMMIT allow exception on commit
12 OP_EXCEPTION_ON_ABORT allow exception on abort
13 OP_EXCEPTION_ON_PREPARECOMMIT allow exception on p&c
14 OP_TIMEOUT_PREPARE take long time to return
15 OP_TIMEOUT_ABORT take long time to return
16 OP_TIMEOUT_COMMIT take long time to return
17 OP_TIMEOUT_PREPARECOMMIT take long time to return
18 OP_TIMEOUT_VERYLONG timeout a very long time(60s)
19 OP_TIMEOUT_JOIN timout on any join
20 EXCEPTION_TRANSACTION throw UnknownTransactionException
21 OPERATION_COUNT placeholder to indicate
how many operations
- txnMgr - Variable in class org.apache.river.test.impl.outrigger.transaction.IfExistsDontBlockSelfTest
-
Transaction Manager we are using
- txnMgr - Variable in class org.apache.river.test.impl.outrigger.transaction.ReadReadTakeTest
-
Transaction Manager we are using
- txnMgr - Variable in class org.apache.river.test.impl.outrigger.transaction.ReadTakeAbortTest
-
Transaction Manager we are using
- txnMgr - Variable in class org.apache.river.test.impl.outrigger.transaction.ReadTakeCommitTest
-
Transaction Manager we are using
- TxnMgrImplNullConfigEntries - Class in org.apache.river.test.impl.mahalo
-
Verifies that proxies for the same shared group service
are equal and that proxies for different shared groups
are not equal
- TxnMgrImplNullConfigEntries() - Constructor for class org.apache.river.test.impl.mahalo.TxnMgrImplNullConfigEntries
-
- TxnMgrImplNullRecoveredLocators - Class in org.apache.river.test.impl.mahalo
-
Verifies that proxies for the same shared group service
are equal and that proxies for different shared groups
are not equal
- TxnMgrImplNullRecoveredLocators() - Constructor for class org.apache.river.test.impl.mahalo.TxnMgrImplNullRecoveredLocators
-
- TxnMgrLeaseGrantTest - Class in org.apache.river.test.impl.outrigger.leasing
-
Test that creates a transaction and checks the lease it gets back
- TxnMgrLeaseGrantTest() - Constructor for class org.apache.river.test.impl.outrigger.leasing.TxnMgrLeaseGrantTest
-
- TxnMgrProxyEqualityTest - Class in org.apache.river.test.impl.mahalo
-
- TxnMgrProxyEqualityTest() - Constructor for class org.apache.river.test.impl.mahalo.TxnMgrProxyEqualityTest
-
- TxnMgrTestBase - Class in org.apache.river.test.impl.mahalo
-
- TxnMgrTestBase() - Constructor for class org.apache.river.test.impl.mahalo.TxnMgrTestBase
-
- txnsAbort() - Method in class org.apache.river.test.spec.javaspace.conformance.JavaSpaceTest
-
Aborts noncommitted transactions.
- TxnTestUtils - Class in org.apache.river.test.share
-
- TxnTestUtils() - Constructor for class org.apache.river.test.share.TxnTestUtils
-
- type - Variable in class org.apache.river.qa.harness.TestResult
-
The failure type (always TEST for success).